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 1d13e37 commit 65c5b1fCopy full SHA for 65c5b1f
.github/release/release-procedure.md
@@ -22,13 +22,13 @@
22
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
23
proceed to merge it.
24
- [ ] Make a release with the updated Scala CLI version.
25
- - [ ] Update the `v1` & `v1.4` tags to the latest release commit.
+ - [ ] Update the `v1` & `v1.5` tags to the latest release commit.
26
```bash
27
git fetch --all
28
- git checkout origin v1.4.x
29
- git tag -d v1.4
30
- git tag v1.4
31
- 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
32
git tag -d v1
33
git tag v1
34
git push origin v1 -f
0 commit comments