Skip to content

Commit

Permalink
chore: update-akka-dependencies-current-version.sh script (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 7, 2024
1 parent fc48e0e commit 99742b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ This repository will release to https://repo.akka.io/maven.

1. Check the `AkkaDependenciesMinor` version in `project/Dependencies.scala`
1. To initiate a release push a tag prefixed with `v`, i.e. `v22.10.0`.
1. Update the "current" link on Gustav. `ln -snf ${VERSION} current`
1. Update the "current" link on Gustav. `update-akka-dependencies-current-version.sh`
1. Update example projects referencing this BOM.
* https://github.com/lightbend/akka-guide
* If the recent release of this BOM does bump akka, make sure to align all akka versions in `akka-guide`.

NOTE: User sonatype tokens are used. Update `PUBLISH_USER` and `PUBLISH_PASSWORD` repository secrets if necessary.

0 comments on commit 99742b3

Please sign in to comment.