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
Previously the instruction was to use
```
before_install: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX
```
to manually trigger Travis CI jobs.
However since scala/scala@8f7fdc4 we started using `before_install` phase to install AdoptOpenJDK so we can't hijack it to set the variables.
`before_script` is currently ununsed, so that's safe to use.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Key links:
61
61
- 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!
62
62
-[ ] Make sure there are no stray staging repos on sonatype
63
63
-[ ] Trigger a build on [travis](https://travis-ci.org/scala/scala), specify `SCALA_VER_BASE` and `SCALA_VER_SUFFIX` in the custom config
0 commit comments