Skip to content

Commit

Permalink
docs(README): use major version
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout authored Oct 7, 2022
1 parent 181879d commit dfe0ae5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create backport PRs
uses: zeebe-io/backport-action@v0.0.8
uses: zeebe-io/backport-action@v0
with:
# Required
# Token to authenticate requests to GitHub
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create backport PRs
uses: zeebe-io/backport-action@v0.0.8
uses: zeebe-io/backport-action@v0
with:
# Required
# Token to authenticate requests to GitHub
Expand Down Expand Up @@ -209,3 +209,4 @@ npm run all

The distribution is hosted in this repository under `dist`.
Simply build and package the distribution and commit the changes to release a new version.
Release commits should also be tagged (e.g. `v1.2.3`) and the major release tag (e.g. `v1`) should be moved as [officially recommended](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md).

0 comments on commit dfe0ae5

Please sign in to comment.