- Update the version in
CHANGELOG.md
,package.json
, and in the workflow example inREADME.md
. - Make a build with
npm run build
. It should produce a newdist/index.js
file. It needs to be committed in. - Commit the above changes and tag the release with
git commit -m 'vX.Y.Z'
,git tag -a 'vX.Y.Z' -m 'vX.Y.Z'
,git push --follow-tags
. - Go to https://github.com/exercism/pr-commenter-action/releases and click "draft a new release".
- Choose the new tag and publish the release to the marketplace.