Skip to content

Commit

Permalink
Update release procedure for Scala CLI v1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Aug 22, 2024
1 parent 63db2ad commit 0203cfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/release/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
proceed to merge it.
- [ ] Make a release with the updated Scala CLI version.
- [ ] Update the `v1` & `v1.4` tags to the latest release commit.
- [ ] Update the `v1` & `v1.5` tags to the latest release commit.
```bash
git fetch --all
git checkout origin v1.4.x
git tag -d v1.4
git tag v1.4
git push origin v1.4 -f
git checkout origin v1.5.x
git tag -d v1.5
git tag v1.5
git push origin v1.5 -f
git tag -d v1
git tag v1
git push origin v1 -f
Expand Down

0 comments on commit 0203cfa

Please sign in to comment.