diff --git a/.github/workflows/packages-rc.yml b/.github/workflows/packages-rc.yml index a0b1860a..990248fc 100644 --- a/.github/workflows/packages-rc.yml +++ b/.github/workflows/packages-rc.yml @@ -2,7 +2,7 @@ name: Build Rarimo Core executables on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+.rc-[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' permissions: contents: write diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index b2696a41..259ca0d0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -3,7 +3,7 @@ on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' - - 'v[0-9]+.[0-9]+.[0-9]+.rc-[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' jobs: converge: diff --git a/README.md b/README.md index 634ca000..7fe0254b 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Rarimo core leverages on the following branches: - `mainnet-beta` branch with testnet core with all testnet upgrades - `mainnet` branch with mainnet core with all mainnet upgrades -For the tags we are using an approach when stable releases with `vx.x.x` tag has only the `mainnet` core. On the other -side `mainnet-beta` releases are build under `vx.x.x.rc-x` tag. For the master branch releases only hash tagged images +For the tags we are using an approach when stable releases with `vX.X.X` tag has only the `mainnet` core. On the other +side `mainnet-beta` releases are build under `vX.X.X-rcX` tag. For the master branch releases only hash tagged images will be provided. Before creating the `mainnet` release be sure that it includes all unreleased changes from `mainnet-beta` and then