You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ about: Tracking issue for a release
4
4
title: Release 2.y.z
5
5
---
6
6
For every Scala release, make a copy of this file named after the release, and expand the variables.
7
-
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.
7
+
Ideally this should become a script you can run on your local machine. The only missing piece is programmatic triggering of Travis-CI jobs with custom config.
8
8
9
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):
-[ ] Windows build on GitHub Actions: https://github.com/scala/scala/runs/????????
51
-
-[ ] JDK 17 build on [Travis (cron job)](https://travis-ci.com/github/scala/scala/builds): https://travis-ci.com/github/scala/scala/builds/????????
51
+
-[ ] JDK 17 build on [Travis-CI (cron job)](https://app.travis-ci.com/github/scala/scala/builds): https://app.travis-ci.com/github/scala/scala/builds/????????
52
52
-[ ] Check any merged PRs accidentally assigned to the next milestone in this branch, and re-assign them to this milestone
53
53
-[ ] Merge in any older release branch
54
54
-[ ] Check module versioning (is everything in versions.properties up to date?)
@@ -68,11 +68,11 @@ How long we wait depends on what kind of release it is. For a major release, it
68
68
Be mindful of others' schedules; even minor releases make work downstream (for Scala.js and Scala Native, for the Scala 3 team, for compiler plugin authors, and so on). It's better not to release on Friday or before a holiday.
69
69
70
70
-[ ] Make sure there are no stray [staging repos](https://oss.sonatype.org/#stagingRepositories) on sonatype
71
-
-[ ] Trigger a custom build on [travis](https://travis-ci.com/scala/scala)
71
+
-[ ] Trigger a custom build on [travis](https://app.travis-ci.com/github/scala/scala)
0 commit comments