Skip to content

Commit

Permalink
chore: Standardize release commit message formatting (aws-amplify#13540)
Browse files Browse the repository at this point in the history
chore: Standardize release commit message formatting.
  • Loading branch information
jimblanc authored Jun 24, 2024
1 parent 3b58cf3 commit bca15d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-npm-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
yarn run docs
git add ./docs/api/
git commit -m "chore(release): update API docs [skip release]"
git commit -m "chore(release): Update API docs [skip release]"
- name: Push post release changes to the release branch
working-directory: ./amplify-js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"publish:release": "yarn generate-metadata && lerna publish --conventional-commits --message 'chore(release): Publish [skip release]' --yes",
"publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:verdaccio": "lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes",
"generate-metadata": "git rev-parse --short HEAD > packages/core/metadata && git commit -am 'chore: set core metadata [skip release]'",
"generate-metadata": "git rev-parse --short HEAD > packages/core/metadata && git commit -am 'chore(release): Set core metadata [skip release]'",
"ts-coverage": "lerna run ts-coverage",
"prepare": "husky && ./scripts/set-preid-versions.sh"
},
Expand Down

0 comments on commit bca15d7

Please sign in to comment.