Skip to content

Commit

Permalink
Release template updates (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Feb 20, 2020
1 parent f451d1d commit 5ec1cbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Key links:
- [ ] For non-patch releases: rename the 'alpakka-x.x-stable' and 'alpakka-supported-x.x-stable' reporting projects in [WhiteSource](https://saas.whitesourcesoftware.com/Wss/WSS.html#!project;id=517292) accordingly (unfortunately this requires permissions that cannot be shared outside of Lightbend)
- [ ] Check readiness levels in `/project/project-info.conf`, and put in the release date for any new modules
- [ ] Check supported projects listing in `whitesourceSupported`
- [ ] Add a release notes entry in `docs/src/main/paradox/release-notes/` listing contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt authors v0.22 HEAD`)
- [ ] Use the [draft release notes](https://github.com/akka/alpakka-kafka/releases) to create/update the release notes in `docs/src/main/paradox/release-notes/`, listing contributors generated by [`sbt-authors`](https://github.com/2m/authors) (eg. `sbt authors v1.1.0 HEAD`)
- [ ] For non-patch releases: Create a news item draft PR on [akka.github.com](https://github.com/akka/akka.github.com), using the milestone
- [ ] Move all [unclosed issues](https://github.com/akka/alpakka/issues?q=is%3Aopen+is%3Aissue+milestone%3A$VERSION$) for this milestone to the next milestone
- [ ] Release notes PR has been merged
Expand All @@ -59,14 +59,14 @@ Key links:
```
ln -nsf $VERSION$ www/docs/alpakka/current
ln -nsf $VERSION$ www/api/alpakka/current
ln -nsf $VERSION$ www/docs/alpakka/1.1
ln -nsf $VERSION$ www/api/alpakka/1.1
ln -nsf $VERSION$ www/docs/alpakka/2.0
ln -nsf $VERSION$ www/api/alpakka/2.0
```
- [ ] check changes and commit the new version to the local git repository
```
cd ~/www
git add docs/alpakka/1.1 docs/alpakka/current docs/alpakka/$VERSION$
git add api/alpakka/1.1 api/alpakka/current api/alpakka/$VERSION$
git add docs/alpakka/2.0 docs/alpakka/current docs/alpakka/$VERSION$
git add api/alpakka/2.0 api/alpakka/current api/alpakka/$VERSION$
git commit -m "Alpakka $VERSION$"
```
Expand Down

0 comments on commit 5ec1cbf

Please sign in to comment.