Skip to content

Commit 1e00d64

Browse files
authored
Update release.md
1 parent b9f20b5 commit 1e00d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Release 2.y.z
66
For every Scala release, make a copy of this file named after the release, and expand the variables.
77
Ideally this should become a script you can run on your local machine. The only missing piece is programmatic triggering of travis jobs with custom config.
88

9-
Variables to be expanded in this template:
9+
Variables to be expanded in this template (or export them in a local terminal, so that you can copy/paste the commands below without replacing anything):
1010
- SCALA_VER_BASE="2.13.0"
1111
- SCALA_VER_SUFFIX="-M5"
1212
- SCALA_SHA=????????????????????????????????????????
@@ -75,7 +75,7 @@ Key links:
7575
- https://oss.sonatype.org/content/repositories/staging/org/scala-lang/scala-compiler/$SCALA_VER/
7676
- in particular, if the release was staged multiple times, double check that https://oss.sonatype.org/content/repositories/staging/ has the files from the most recent build
7777
- [ ] Trigger scala-dist jobs on travis (https://travis-ci.org/scala/scala-dist) with custom config. must use full-length SHAs!
78-
- `before_install: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=stage` # TODO this mode is not yet implemented
78+
- `before_install: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=release`
7979
- Remember, tags are forever, so are maven artifacts (even staged ones, as they could end up in local caches) and S3 uploads (S3 buckets can be changed, but it can takes days to become consistent)
8080
- [ ] Push scala/scala tag: `git push https://github.com/scala/scala.git v$SCALA_VER`
8181
- [ ] Add release notes to https://github.com/scala/scala/releases/tag/v$SCALA_VER

0 commit comments

Comments
 (0)