-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre release 24.10 #871
Pre release 24.10 #871
Conversation
sebastian-alfers
commented
Oct 23, 2024
- bump akka to 2.10.0
- license date and version
- bump sbt-paradox-akka
- remove gitter
CONTRIBUTING.md
Outdated
@@ -12,7 +12,7 @@ This is the process for committing code into master. | |||
6. After the review you should fix the issues (review comments, CI failures) by pushing a new commit for new review, iterating until the reviewers give their thumbs up and CI tests pass. | |||
7. If the branch merge conflicts with its target, rebase your branch onto the target branch. | |||
|
|||
In case of questions about the contribution process or for discussion of specific issues please visit the [akka/dev gitter chat](https://gitter.im/akka/dev). | |||
In case of questions about the contribution process or for discussion of specific issues please visit the [akka forum](https://discuss.lightbend.com/c/akka/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we use https://discuss.akka.io/
@@ -22,7 +22,7 @@ object ProjectAutoPlugin extends AutoPlugin { | |||
developers += Developer( | |||
"contributors", | |||
"Contributors", | |||
"https://gitter.im/akka/dev", | |||
"akka[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have to have an email here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just looked at this one: https://github.com/akka/akka/blob/main/project/Publish.scala#L44