Add notes on how to publish a new version
This commit is contained in:
parent
0f446d9646
commit
010fda07b6
11
README.md
11
README.md
@ -115,3 +115,14 @@ jobs:
|
||||
overwrite: 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
|
||||
|
Loading…
Reference in New Issue
Block a user