2020-01-16 09:31:12 +00:00
|
|
|
# Release
|
|
|
|
|
2023-02-19 01:28:21 +00:00
|
|
|
* starting on `main`
|
2021-05-28 13:15:58 +00:00
|
|
|
* `npm install`
|
2020-01-16 09:31:12 +00:00
|
|
|
* `npm run all`
|
2023-02-19 01:28:21 +00:00
|
|
|
* Commit and push any changes to the `dist` directory. Wait for CI.
|
2020-01-16 09:31:12 +00:00
|
|
|
* `git tag v1.0.x && git push --tags` with the actual version number
|
2023-02-19 01:28:21 +00:00
|
|
|
* `git tag -f -a v1 && git push -f --tags`
|
2020-01-16 09:31:12 +00:00
|
|
|
* 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
|
2020-03-17 10:11:25 +00:00
|
|
|
* 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
|