Skip to content

Commit 3c27358

Browse files
authored
mode=release is triggered by scala/scala
1 parent 1e00d64 commit 3c27358

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Key links:
7474
- [ ] Sanity check jar/pom
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
77-
- [ ] 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=release`
7977
- 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)
8078
- [ ] Push scala/scala tag: `git push https://github.com/scala/scala.git v$SCALA_VER`
8179
- [ ] Add release notes to https://github.com/scala/scala/releases/tag/v$SCALA_VER

0 commit comments

Comments
 (0)