mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-20 06:09:19 +08:00
Update RELEASING.md instructions
This commit is contained in:
parent
43b609f4a3
commit
cb791824b7
13
RELEASING.md
13
RELEASING.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user