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 d519966 commit 6bfadabCopy full SHA for 6bfadab
.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.3` tags to the latest release commit.
+ - [ ] Update the `v1` & `v1.4` tags to the latest release commit.
26
```bash
27
git fetch --all
28
- git checkout origin v1.3.x
29
- git tag -d v1.3
30
- git tag v1.3
31
- git push origin v1.3 -f
+ git checkout origin v1.4.x
+ git tag -d v1.4
+ git tag v1.4
+ git push origin v1.4 -f
32
git tag -d v1
33
git tag v1
34
git push origin v1 -f
0 commit comments