Skip to content

Commit

Permalink
Use semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Feb 10, 2023
1 parent fb7a872 commit 04138af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
stats:
runs-on: ubuntu-latest
steps:
- uses: Dschoordsch/slack-review-stats@v1
- uses: Dschoordsch/slack-review-stats@v1.0.0
with:
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
```
Expand All @@ -32,7 +32,7 @@ Then run [ncc](https://github.com/zeit/ncc) and push the results:
$ yarn package
$ git add dist
$ git commit -a -m "prod dependencies"
$ git push origin releases/v1
$ git push origin releases/v1.0.0
```

Your action is now published! :rocket:
Expand Down

0 comments on commit 04138af

Please sign in to comment.