From dfe0ae57d5f0d62774c894f6cd68e89b77ede576 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Fri, 7 Oct 2022 13:12:14 +0200 Subject: [PATCH] docs(README): use major version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e5304e..d1efbf1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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).