Args: VERSION (e.g. 0.61.0)
Steps:
Update
action.yml— change theimage:value to:docker://jonasbn/github-action-spellcheck:$VERSIONUpdate
README.md- change the referenced use in the various configuration examples to match the new version:uses: rojopolis/spellcheck-github-actions@$VERSIONCheck
CHANGELOG.mdfor an entry matching$VERSION. If none exists, warn and stop — ask the user to add a changelog entry before continuing.Create a PR for the changes to
action.yml,README.md, and the new changelog entry inCHANGELOG.md. Wait for the PR to be merged before proceeding.On merge:
perl scripts/build.pl $VERSIONCheck the return value of the build script. If it fails, show the error and stop. The build script does the tagging and pushing to GitHub and Docker Hub.
Confirm the tag was pushed
Source: rojopolis/spellcheck-github-actions — distributed by TomeVault.