We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecb42f commit bfc5d0dCopy full SHA for bfc5d0d
.github/workflows/release-stage-2-alpha.yml
@@ -10,7 +10,7 @@ env:
10
CI: true
11
12
jobs:
13
- alpha:
+ alpha-release:
14
name: 🧪 Alpha Release
15
if: github.repository == 'remix-run/react-router' && github.event.label.name == 'alpha-release'
16
runs-on: ubuntu-latest
@@ -49,8 +49,8 @@ jobs:
49
git config --local user.email "[email protected]"
50
git config --local user.name "Remix Run Bot"
51
SHORT_SHA=$(git rev-parse --short HEAD)
52
- NEXT_VERSION=0.0.0-alpha-${SHORT_SHA}
53
- git checkout -b alpha/${NEXT_VERSION}
+ NEXT_VERSION=0.0.0-experimental-${SHORT_SHA}
+ git checkout -b experimental/${NEXT_VERSION}
54
pnpm run version ${NEXT_VERSION}
55
echo "version=${NEXT_VERSION}" >> "$GITHUB_OUTPUT"
56
0 commit comments