From fd33b90e9d8d8c205b7872c0c2866202e3e115d5 Mon Sep 17 00:00:00 2001 From: Anatolii Date: Tue, 23 Jul 2019 11:26:45 +0200 Subject: [PATCH] Update release checklist - Enable build status check for dotty-example-project - Add XML Interpolator to ecosystem projects --- docs/docs/contributing/checklist.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributing/checklist.sh b/docs/docs/contributing/checklist.sh index 7b0d6bda292f..3ef73d58e6e0 100755 --- a/docs/docs/contributing/checklist.sh +++ b/docs/docs/contributing/checklist.sh @@ -18,7 +18,8 @@ LIST='- [ ] Publish artifacts to Maven via CI - [ ] On ``, set `baseVersion` to `` and `git tag` it as ``. This will publish artefacts to Sonatype and GitHub Release. - [ ] On `master`, set `baseVersion` to `` - [ ] Update `scalaVersion` (and, if applicable, the `sbt-dotty` version) in the Dotty ecosystem projects - - [ ] https://github.com/lampepfl/dotty-example-project + - [ ] 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) + - [ ] Committed to `master` - [ ] https://github.com/lampepfl/dotty-example-project/tree/mill - [ ] 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/) - [ ] Committed to `master` @@ -29,6 +30,9 @@ LIST='- [ ] Publish artifacts to Maven via CI - SHA256 sum for the artifact: `wget -q -O- https://github.com/lampepfl/dotty/releases/download//sha256sum.txt | grep ".tar.gz"` - [ ] https://github.com/lampepfl/packtest [![Build Status](https://travis-ci.org/lampepfl/packtest.svg?branch=master)](https://travis-ci.org/lampepfl/packtest) - [ ] Committed to `master` + - [ ] 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) + - [ ] PR submitted + - [ ] PR merged - [ ] https://github.com/scalacenter/scastie - [ ] PR submitted - [ ] PR merged