Skip to content

Commit

Permalink
Update RELEASING.md instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Mar 22, 2024
1 parent 43b609f commit cb79182
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

* starting on `main`
* `npm clean-install`
* `npm run all`
* verify that `dist/index.js` matches `action/index.js`
* if not, commit and push the changes, then wait for CI to finish
* `git tag v1.0.x && git push --tags` with the actual version number
* `git tag -f -a v1 && git push -f --tags`
* `npm run github_ci_all`
* if `action/index.js` has changed, commit and push the changes, then wait for CI to finish
* `git tag v2.x.y && git push --tags` with the actual version number
* `git tag -f -a v2 && git push -f --tags`
* go to https://github.com/gradle/wrapper-validation-action/releases
* edit and publish the now drafted `v1` release
* 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 `v2` release
* create a new release from the new full version number `v2.x.y`, list the fixed issues and publish the release
* 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

0 comments on commit cb79182

Please sign in to comment.