Skip to content

Commit

Permalink
Bump version 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Nov 7, 2021
1 parent 933d054 commit c8601b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ After testing you can [create a v1 tag](https://github.com/actions/toolkit/blob/
## Release
```bash
$ make build
$ 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'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "Notify Slack of GitHub Actions job and step status.",
"main": "lib/main.js",
Expand Down

0 comments on commit c8601b8

Please sign in to comment.