Skip to content

Commit 82a4b6b

Browse files
authored
release checklist updates
1 parent de0eb28 commit 82a4b6b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Key links:
3737
- [ ] On contributors thread, link to release note gist and request feedback
3838

3939
### N days before release
40-
- Announce no more PRs will be merged unless last-minute regressions are found. Re-iterate current nightly sha version for testing.
40+
- [ ] Announce no more PRs will be merged unless last-minute regressions are found. Re-iterate current nightly sha version for testing.
4141
- [ ] Community build
4242
- JDK 8: https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-community-build/????/
4343
- JDK 11: https://scala-ci.typesafe.com/job/scala-2.13.x-jdk11-integrate-community-build/????
@@ -52,13 +52,12 @@ Key links:
5252
### Point of no return
5353
- Once sufficient time has passed since last merged PR (1-2 weeks depending on whether it's a maintenance or development branch), and core projects have tried out the candidate nightly, it's time to cut the release!
5454
- [ ] Make sure there are no stray staging repos on sonatype
55-
- [ ] Trigger a build on [travis](https://travis-ci.org/scala/scala), specify `SCALA_VER_BASE` and `SCALA_VER_SUFFIX` in the custom config
56-
- config: `before_script: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX`)
55+
- [ ] Trigger a custom build on [travis](https://travis-ci.org/scala/scala)
56+
- Select the correct branch
57+
- Custom config: `before_script: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX`
5758
- Check the build status on https://github.com/scala/scala/commits/2.13.x
5859
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://travis-ci.org/scala/scala-dist/builds/?
59-
- [ ] Note the scala/scala commit (the full 40-char sha!)
6060
- [ ] Create the scala/scala tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $SCALA_SHA`
61-
- [ ] Note the scala/scala-dist commit (the full 40-char sha!)
6261
- [ ] Create scala-dist tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $DIST_SHA`
6362
- [ ] Note the repos to be promoted after tag is cut (see travis log)
6463
- https://oss.sonatype.org/content/repositories/orgscala-lang-????

0 commit comments

Comments
 (0)