You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missingUpdateErrorMessage: "If your PR has a change that users might care about, please add an entry to CHANGELOG.md, run 'npx keep-a-changelog', and commit the changes. Otherwise, add the Skip-Changelog label to your PR."
- uses: "actions/checkout@v7"
- uses: "actions/setup-node@v6"
- run: "npx keep-a-changelog@2.8.0"
- run: |
files=$(git status --porcelain)
if [[ -n ${files} ]]; then
>&2 echo "Please run \`npx keep-a-changelog\` and commit the changes."