Skip to content

Commit 59b13d5

Browse files
Merge pull request #6912 from dotty-staging/release-checklist-updates
Update release checklist
2 parents f87554b + fd33b90 commit 59b13d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/contributing/checklist.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ LIST='- [ ] Publish artifacts to Maven via CI
1818
- [ ] On `<rc-branch>`, set `baseVersion` to `<rc-version>` and `git tag` it as `<rc-version>`. This will publish artefacts to Sonatype and GitHub Release.
1919
- [ ] On `master`, set `baseVersion` to `<next-version>`
2020
- [ ] Update `scalaVersion` (and, if applicable, the `sbt-dotty` version) in the Dotty ecosystem projects
21-
- [ ] https://github.com/lampepfl/dotty-example-project
21+
- [ ] https://github.com/lampepfl/dotty-example-project [![Build Status](https://travis-ci.org/lampepfl/dotty-example-project.svg?branch=master)](https://travis-ci.org/lampepfl/dotty-example-project)
22+
- [ ] Committed to `master`
2223
- [ ] https://github.com/lampepfl/dotty-example-project/tree/mill
2324
- [ ] https://github.com/lampepfl/dotty.g8 [![Build Status](https://travis-ci.org/lampepfl/dotty.g8.svg?branch=master)](https://travis-ci.org/lampepfl/dotty.g8/)
2425
- [ ] Committed to `master`
@@ -29,6 +30,9 @@ LIST='- [ ] Publish artifacts to Maven via CI
2930
- SHA256 sum for the artifact: `wget -q -O- https://github.com/lampepfl/dotty/releases/download/<rc-version>/sha256sum.txt | grep ".tar.gz"`
3031
- [ ] https://github.com/lampepfl/packtest [![Build Status](https://travis-ci.org/lampepfl/packtest.svg?branch=master)](https://travis-ci.org/lampepfl/packtest)
3132
- [ ] Committed to `master`
33+
- [ ] https://github.com/lampepfl/xml-interpolator [![Build Status](https://travis-ci.org/lampepfl/xml-interpolator.svg?branch=master)](https://travis-ci.org/lampepfl/xml-interpolator)
34+
- [ ] PR submitted
35+
- [ ] PR merged
3236
- [ ] https://github.com/scalacenter/scastie
3337
- [ ] PR submitted
3438
- [ ] PR merged

0 commit comments

Comments
 (0)