Skip to content

Commit 7592e97

Browse files
authored
Merge pull request #4271 from Gedochao/release/process-v1.14.0
Update release procedure vor v1.14 series
2 parents 5975423 + ff96742 commit 7592e97

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/release/release-procedure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
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

.github/scripts/classify-changes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 ;;

0 commit comments

Comments
 (0)