-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release | ||
|
||
```bash | ||
$ vi package.json | ||
$ vi package-lock.json | ||
$ make build | ||
$ git add . | ||
$ git commit -m 'Bump version 1.0.13 -> 1.1.0' | ||
$ git tag -a v1.1.0 -m 'version 1.1.0' | ||
$ git push --follow-tags | ||
$ git tag -fa v1 -m "Update v1 tag" | ||
$ git push origin v1 --force | ||
``` | ||
|
||
Go to [GitHub Releases](https://github.com/act10ns/slack/releases) and create a new release | ||
|
||
See [Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) to understand version strategy. | ||
|
||
See [Publishing actions in GitHub Marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace) for general information about how to make actions available on GitHub. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters