File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - [ ] Wait for the ` Update dist ` PR to be automatically created after the previous one has been merged, and then
2626 proceed to merge it.
2727 - [ ] Make a release with the updated Scala CLI version.
28- - [ ] Update the ` v1 ` & ` v1.12 ` tags to the latest release commit.
28+ - [ ] Update the ` v1 ` & ` v1.14 ` tags to the latest release commit.
2929 ``` bash
3030 git fetch --all
31- git checkout origin v1.12 .x
32- git tag -d v1.12
33- git tag v1.12
34- git push origin v1.12 -f
31+ git checkout origin v1.14 .x
32+ git tag -d v1.14
33+ git tag v1.14
34+ git push origin v1.14 -f
3535 git tag -d v1
3636 git tag v1
3737 git push origin v1 -f
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ while IFS= read -r file; do
2828 case " $file " in
2929 modules/* |build.mill|project/* ) CODE=true ;;
3030 website/* ) DOCS=true ;;
31+ .github/release/release-procedure.md) : ;;
3132 .github/* ) CI=true ;;
3233 .scalafmt.conf|.scalafix.conf) FORMAT_CONFIG=true ;;
3334 gcbenchmark/* ) BENCHMARK=true ;;
You can’t perform that action at this time.
0 commit comments