Skip to content

Commit eaa03af

Browse files
committed
update travis links
1 parent 99cbfc1 commit eaa03af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Tracking issue for a release
44
title: Release 2.y.z
55
---
66
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.
88

99
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

@@ -48,7 +48,7 @@ Key links:
4848
- JDK 11: https://scala-ci.typesafe.com/job/scala-2.13.x-jdk11-integrate-community-build/????
4949
- JDK 17: https://scala-ci.typesafe.com/job/scala-2.13.x-jdk16-integrate-community-build/????
5050
- [ ] 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/????????
5252
- [ ] Check any merged PRs accidentally assigned to the next milestone in this branch, and re-assign them to this milestone
5353
- [ ] Merge in any older release branch
5454
- [ ] 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
6868
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.
6969

7070
- [ ] 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)
7272
- Select the correct branch
7373
- Custom config: `before_script: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX`
7474
- Check the build status on https://github.com/scala/scala/commits/2.13.x
75-
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://travis-ci.com/scala/scala-dist/builds/?
75+
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://app.travis-ci.com/github/scala/scala-dist/builds/?
7676
- [ ] Create the scala/scala tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $SCALA_SHA`
7777
- [ ] Create scala-dist tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $DIST_SHA`
7878
- [ ] Note the repos to be promoted after tag is cut (see travis log)
@@ -86,9 +86,9 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
8686
- [ ] Push scala/scala tag: `git push https://github.com/scala/scala.git v$SCALA_VER`
8787
- [ ] Add release notes to https://github.com/scala/scala/releases/tag/v$SCALA_VER
8888
- [ ] Push scala/scala-dist tag: `git push https://github.com/scala/scala-dist.git v$SCALA_VER`
89-
- [ ] Trigger two scala-dist jobs on travis (https://travis-ci.com/scala/scala-dist) with custom config. must use full-length SHAs!
90-
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=archives`: https://travis-ci.com/scala/scala-dist/builds/?
91-
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api`: https://travis-ci.com/scala/scala-dist/builds/?
89+
- [ ] Trigger two scala-dist jobs on travis (https://app.travis-ci.com/github/scala/scala-dist) with custom config. must use full-length SHAs!
90+
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=archives`: https://app.travis-ci.com/github/scala/scala-dist/builds/?
91+
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api`: https://app.travis-ci.com/github/scala/scala-dist/builds/?
9292
- [ ] Promote staging repos: `st_stagingRepoPromote [scala-repo]`, `st_stagingRepoPromote [modules-repo]` (or use oss.sonatype.org web UI)
9393

9494
### Check availability

0 commit comments

Comments
 (0)