Skip to content

Commit

Permalink
[PLAY-1512] Adds New RC Flow (#3637)
Browse files Browse the repository at this point in the history
**What does this PR do?** A clear and concise description with your
runway ticket url.


**Screenshots:** Screenshots to visualize your addition/change


**How to test?** Steps to confirm the desired behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See addition/change


#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
  • Loading branch information
jasperfurniss authored Aug 28, 2024
1 parent 08c5e25 commit 85a50af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
# Check if current version already has an RC
if [[ $current_npm_version == *"-rc."* ]]; then
new_npm_version=$(npm version prerelease --preid=rc)
new_npm_version=$(yarn version --prerelease --preid rc)
else
new_npm_version=$(npm version preminor --preid=rc)
new_npm_version=$(yarn version --preminor --preid rc)
fi
new_npm_version=${new_npm_version#v}
Expand Down

0 comments on commit 85a50af

Please sign in to comment.