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 5a220f1 commit b093787Copy full SHA for b093787
.github/workflows/push_build_to_prod_pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: remorses/bump-version@js
20
with:
21
version_file: ./arcade/VERSION
22
- prerelease_tag: dev
+ prerelease_tag: rc
23
env:
24
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
25
arcade/VERSION
@@ -1 +1 @@
1
-3.0.0-dev.0
+3.0.0-rc.1
0 commit comments