10000 tweak release steps · scala/scala-dev@34417d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34417d3

Browse files
committed
tweak release steps
1 parent e96b323 commit 34417d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ We call this "soft" no-return because even staged artifacts can end up in local
104104
- `before_script: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api`: https://app.travis-ci.com/github/scala/scala-dist/builds/?
105105
- [ ] Promote staging repos: `st_stagingRepoPromote [scala-repo]`, `st_stagingRepoPromote [modules-repo]` (or use oss.sonatype.org web UI)
106106

107-
### Check availability
108-
109-
- [ ] Find the release on maven central: https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/$SCALA_VER/
110-
111-
### When everything is on maven central
107+
### While waiting for Maven Central
112108

113109
- [ ] Prepare PR to https://github.com/scala/scala-lang/ (using scala/make-release-notes which requires a staged release and a pushed tag; refer to PR from previous release as a guide)
114110
- `_config.yml` (update scalaversion or devscalaversion)
@@ -120,6 +116,12 @@ We call this "soft" no-return because even staged artifacts can end up in local
120116
- `overviews/FAQ/index.md`
121117
- `contribute/bug-reporting-guide.md`
122118
- perhaps `_overviews/jdk-compatibility/overview.md` (online version: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html)
119+
### Find the release on Maven Central
120+
121+
- [ ] https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/$SCALA_VER/
122+
123+
### After everything is on Maven Central
124+
123125
- [ ] Pre-announce the release on https://contributors.scala-lang.org/c/announcements
124126
- [ ] ~On major releases only: (manually) update the `current` symlink for the API docs~
125127
- ~https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15~

0 commit comments

Comments
 (0)
0