Skip to content

Commit

Permalink
chore: release template, one akka-deps update is enough (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Sep 24, 2024
1 parent abfe6e5 commit c009b40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Variables to be expanded in this template:
```
cd ~/www
git status
git add docs/akka-persistence-cassandra/current docs/akka-persistence-cassandra/$VERSION$
git add libraries/akka-persistence-cassandra/current libraries/akka-persistence-cassandra/$VERSION$
git add api/akka-persistence-cassandra/current api/akka-persistence-cassandra/$VERSION$
git commit -m "Akka Persistence Cassandra $VERSION$"
```
Expand All @@ -56,6 +56,5 @@ For minor or major releases:
### Afterwards
- [ ] Update [akka-dependencies bom](https://github.com/lightbend/akka-dependencies) and version for [Akka module versions](https://doc.akka.io/libraries/akka-dependencies/current/) in [akka-dependencies repo](https://github.com/akka/akka-dependencies)
- [ ] Update [akka-dependencies bom](https://github.com/lightbend/akka-dependencies)
- [ ] Update [Akka Guide samples](https://github.com/akka/akka-platform-guide)
- [ ] Update [Akka Guide samples](https://github.com/lightbend/akka-guide)
- Close this issue

0 comments on commit c009b40

Please sign in to comment.