Skip to content

Commit b324564

Browse files
authored
release template: add note about Sonatype failure (#838)
1 parent 7164364 commit b324564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ We call this "soft" no-return because even staged artifacts can end up in local
7979
- Select the correct branch
8080
- Custom config: `before_script: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX`
8181
- Check the build status on https://github.com/scala/scala/commits/2.13.x
82+
- If you get "Server redirected too many times" from Sonatype, you may need to redo the Travis-CI secrets as per https://github.com/scala/scala-dev/issues/783#issuecomment-918759252 -- this seems to reoccur from time to time for unknown reasons
8283
- Check that the scala/scala job also triggered a following scala/scala-dist job: https://app.travis-ci.com/github/scala/scala-dist/builds/?
8384
- [ ] Create the scala/scala tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $SCALA_SHA`
8485
- [ ] Create scala-dist tag locally: `git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $DIST_SHA`

0 commit comments

Comments
 (0)