From 81838edfed6d80ed08103984f67c6952c1ef73ba Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 20 Apr 2023 16:41:25 +0200 Subject: [PATCH] Change `alpha` to `dev` We found `alpha` to be lacking: `1.42.0.alpha.foobar` kind of makes one think that `1.42.0` is the next version when it is actually the last one released. `1.42.0.dev.foobar` better reflects expectations that this is a development version based on `1.42.0`. --- .github/workflows/build-gem.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-gem.yml b/.github/workflows/build-gem.yml index 6c0382a8d31..f6d6ee463b3 100644 --- a/.github/workflows/build-gem.yml +++ b/.github/workflows/build-gem.yml @@ -22,7 +22,7 @@ jobs: matrix: type: - final - - alpha + - dev runs-on: ubuntu-latest name: Build gem (${{ matrix.type }}) steps: @@ -56,7 +56,8 @@ jobs: echo git_sha_short="${git_sha_short}" # Set component values: - # - PRE is `alpha` to be ordered before `beta` and `rc` + # - PRE is `dev` to denote being a development version and + # act as a categorizer. # - BUILD starts with CI run id for ordering. # - BUILD has CI run id for traceability, prefixed by `gha` # for identification. @@ -105,7 +106,7 @@ jobs: matrix: type: - final - - alpha + - dev runs-on: ubuntu-latest name: Test gem needs: @@ -130,7 +131,7 @@ jobs: fail-fast: false matrix: type: - - alpha + - dev runs-on: ubuntu-latest name: Push gem needs: