Skip to content

Commit ac352d8

Browse files
committed
travis-ci.com (was travis-ci.org)
1 parent faf949c commit ac352d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ How long we wait depends on what kind of release it is. For a major release, it
7070
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.
7171

7272
- [ ] Make sure there are no stray [staging repos](https://oss.sonatype.org/#stagingRepositories) on sonatype
73-
- [ ] Trigger a custom build on [travis](https://travis-ci.org/scala/scala)
73+
- [ ] Trigger a custom build on [travis](https://travis-ci.com/scala/scala)
7474
- Select the correct branch
7575
- Custom config: `before_script: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX`
7676
- Check the build status on https://github.com/scala/scala/commits/2.13.x
77-
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://travis-ci.org/scala/scala-dist/builds/?
77+
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://travis-ci.com/scala/scala-dist/builds/?
7878
- [ ] Create the scala/scala tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $SCALA_SHA`
7979
- [ ] Create scala-dist tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $DIST_SHA`
8080
- [ ] Note the repos to be promoted after tag is cut (see travis log)
@@ -88,9 +88,9 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
8888
- [ ] Push scala/scala tag: `git push https://github.com/scala/scala.git v$SCALA_VER`
8989
- [ ] Add release notes to https://github.com/scala/scala/releases/tag/v$SCALA_VER
9090
- [ ] Push scala/scala-dist tag: `git push https://github.com/scala/scala-dist.git v$SCALA_VER`
91-
- [ ] Trigger two scala-dist jobs on travis (https://travis-ci.org/scala/scala-dist) with custom config. must use full-length SHAs!
92-
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=archives`: https://travis-ci.org/scala/scala-dist/builds/?
93-
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api`: https://travis-ci.org/scala/scala-dist/builds/?
91+
- [ ] Trigger two scala-dist jobs on travis (https://travis-ci.com/scala/scala-dist) with custom config. must use full-length SHAs!
92+
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=archives`: https://travis-ci.com/scala/scala-dist/builds/?
93+
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api`: https://travis-ci.com/scala/scala-dist/builds/?
9494
- [ ] Promote staging repos: `st_stagingRepoPromote [scala-repo]`, `st_stagingRepoPromote [modules-repo]` (or use oss.sonatype.org web UI)
9595

9696
### Check availability

0 commit comments

Comments
 (0)