Skip to content

Commit

Permalink
Update the release procedure for v1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 6, 2024
1 parent 714fa73 commit f9ede76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/release/release-procedure.md
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.1` tags to the latest release commit.
- [ ] Update the `v1` & `v1.2` tags to the latest release commit.
```bash
git fetch --all
git checkout origin v1.1.x
git tag -d v1.1
git tag v1.1
git push origin v1.1 -f
git checkout origin v1.2.x
git tag -d v1.2
git tag v1.2
git push origin v1.2 -f
git tag -d v1
git tag v1
git push origin v1 -f
Expand Down

0 comments on commit f9ede76

Please sign in to comment.