Add notes on how to publish a new version

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:09:13 +02:00
parent 0f446d9646
commit 010fda07b6
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -115,3 +115,14 @@ jobs:
overwrite: true overwrite: true
file_glob: true file_glob: true
``` ```
## Releasing
To release this Action:
- Bump version in `package.json`
- npm run all
- git commit -am <version>
- git tag -sm <version> <version>
- git push --follow-tags
- Go to https://github.com/svenstaro/upload-release-action/releases and publish the new version