Skip to content
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

Release Akka gRPC 1.0.0 #1008

Closed
17 of 18 tasks
ennru opened this issue Jun 12, 2020 · 0 comments
Closed
17 of 18 tasks

Release Akka gRPC 1.0.0 #1008

ennru opened this issue Jun 12, 2020 · 0 comments
Milestone

Comments

@ennru
Copy link
Member

ennru commented Jun 12, 2020

before the release

  • Make sure all important / big PRs have been merged by now

Preparing release notes in the documentation / announcement

  • For non-patch releases: rename the 'akka-grpc-x.x-stable' and 'akka-grpc-supported-x.x-stable' reporting projects in WhiteSource accordingly (unfortunately this requires permissions that cannot be shared outside of Lightbend)
  • For non-patch releases: Create a news item draft PR on akka.github.com, using the milestone

Cutting the release

  • Make sure any running Travis builds for the commit you would like to release have completed.
  • Edit the release draft with the next tag version v1.0.0, title, release description and contributors (the latter generated by sbt-authors (eg. sbt authors v0.22 HEAD))
  • Check that Travis CI release build has executed successfully (Travis will start a CI build for the new tag and publish artifacts to Bintray and documentation to Gustav)
  • Go to Bintray and select the just released version
  • Log in, go to the Maven Central tab, check the Close and release repository when done checkbox and sync with Sonatype (using your Sonatype TOKEN key and password)

Check availability

When everything is on maven central

  • ssh akkarepo@gustav.akka.io
    • update the current links on repo.akka.io to point to the latest version with
      ln -nsf 1.0.0 www/docs/akka-grpc/current
      
    • check changes and commit the new version to the local git repository
      cd ~/www
      git add docs/akka-grpc/current docs/akka-grpc/1.0.0
      git commit -m "Akka gRPC 1.0.0"
      

Announcements

For non-patch releases:

  • Merge draft news item for akka.io
  • Send a release notification to Lightbend discuss
  • Tweet using the akkateam account (or ask someone to) about the new release
  • Announce on Gitter akka/akka
  • Announce internally

Afterwards

  • Close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants