- starting on
master npm installnpm run allgit checkout releases/v1git merge masternpm prune --productiongit add -f node_modules- if changed dependencies
git commit -m Dependencies && git push
- if changed dependencies
git tag v1.0.x && git push --tagswith the actual version numbergit tag --delete v1 && git push --delete origin v1 && git tag v1 && git push --tags- go to https://github.com/gradle/wrapper-validation-action/releases
- edit and publish the now drafted
v1release - create a new release from the new full version number
v1.0.x, list the fixed issues and publish the release
- edit and publish the now drafted
- go to https://github.com/marketplace/actions/gradle-wrapper-validation
- verify that it displays the latest README
- verify that the version dropdown displays the new version