-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Stage
- Make sure there are no stray staging repos on Sonatype
- Trigger a custom build on travis
- Select the correct branch
- Custom config:
before_script: export SCALA_VER_BASE=2.12.20 SCALA_VER_SUFFIX=-M1
- https://app.travis-ci.com/github/scala/scala/builds/271910340
- Create the scala/scala tag locally:
git tag -s -m "Scala 2.12.20-M1" v2.12.20-M1 1f657ec1ad6e1c8376e59ac39ec8bec1f4a9a80c
Release
- Push scala/scala tag:
git push https://github.com/scala/scala.git v2.12.20-M1
- Promote staging repos:
st_stagingRepoPromote [scala-repo]
,st_stagingRepoPromote [modules-repo]
(or use oss.sonatype.org web UI)
Find the release on Maven Central
Afterwards
- Create a scala/scala PR to:
- update
starr.version
in/versions.properties
- update
Metadata
Metadata
Assignees
Labels
No labels