Loading CHANGELOG.next.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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]] Loading tools/changelogger/src/render.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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" "#; Loading tools/ci-build/scripts/generate-smithy-rs-release +1 −1 Original line number Diff line number Diff line Loading @@ -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
CHANGELOG.next.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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]] Loading
tools/changelogger/src/render.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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" "#; Loading
tools/ci-build/scripts/generate-smithy-rs-release +1 −1 Original line number Diff line number Diff line Loading @@ -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