Unverified Commit 0f47f69d authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix changelog template (#1638)

parent fd987561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]]
+1 −1
Original line number Diff line number Diff line
@@ -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"
"#;

+1 −1
Original line number Diff line number Diff line
@@ -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