We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c836556 commit 11b290bCopy full SHA for 11b290b
.github/release/release-procedure.md
@@ -24,13 +24,13 @@
24
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
25
proceed to merge it.
26
- [ ] Make a release with the updated Scala CLI version.
27
- - [ ] Update the `v1` & `v1.5` tags to the latest release commit.
+ - [ ] Update the `v1` & `v1.6` tags to the latest release commit.
28
```bash
29
git fetch --all
30
- git checkout origin v1.5.x
31
- git tag -d v1.5
32
- git tag v1.5
33
- git push origin v1.5 -f
+ git checkout origin v1.6.x
+ git tag -d v1.6
+ git tag v1.6
+ git push origin v1.6 -f
34
git tag -d v1
35
git tag v1
36
git push origin v1 -f
0 commit comments