From 04138af1d7462ec41e277b5a5e54d73fcab5c4e9 Mon Sep 17 00:00:00 2001 From: Georg Bremer Date: Fri, 10 Feb 2023 12:18:18 +0100 Subject: [PATCH] Use semantic versioning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2050768..63f8dd1 100644 --- a/README.md +++ b/README.md @@ -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 }} ``` @@ -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: