mirror of https://github.com/smithy-lang/smithy-rs
Fix changelog template (#1638)
This commit is contained in:
parent
fd98756160
commit
0f47f69ddf
|
@ -8,7 +8,7 @@
|
|||
# [[smithy-rs]]
|
||||
# message = "Fix typos in module documentation for generated crates"
|
||||
# references = ["smithy-rs#920"]
|
||||
# meta = { "breaking" = false, "tada" = false, "bug" = false, "sdk" = "client | server | all"}
|
||||
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
|
||||
# author = "rcoh"
|
||||
|
||||
[[smithy-rs]]
|
||||
|
|
|
@ -28,7 +28,7 @@ pub const EXAMPLE_ENTRY: &str = r#"
|
|||
# [[smithy-rs]]
|
||||
# message = "Fix typos in module documentation for generated crates"
|
||||
# references = ["smithy-rs#920"]
|
||||
# meta = { "breaking" = false, "tada" = false, "bug" = false, "sdk" = "client | server | all"}
|
||||
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
|
||||
# author = "rcoh"
|
||||
"#;
|
||||
|
||||
|
|
|
@ -42,6 +42,6 @@ mv "${SMITHY_RS_DIR}/rust-runtime/build/smithy-rs/rust-runtime" \
|
|||
# the `smithy-rs-release` artifact for push to GitHub
|
||||
pushd "${ARTIFACTS_DIR}"
|
||||
git clone "${SMITHY_RS_DIR}"
|
||||
# Copy over the original remotes so that it's possibel to push to `origin`
|
||||
# Copy over the original remotes so that it's possible to push to `origin`
|
||||
cp "${SMITHY_RS_DIR}/.git/config" smithy-rs/.git/config
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue