You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2023/01/07 16:58:52 UTC

[GitHub] [incubator-pekko] mdedetrich commented on issue #85: Automate the release

mdedetrich commented on issue #85:
URL: https://github.com/apache/incubator-pekko/issues/85#issuecomment-1374539673

   Since the core pekko build is really complicate, we could use https://github.com/apache/incubator-pekko/issues/92 as a test bed for creating an automated release (its going to be needed at some point anyways).
   
   In regards to the plugins to automate a release, the most ideal would be to use [sbt-ci-release](https://github.com/sbt/sbt-ci-release) however it does seem to be tied to sonatype, the nice thing about sbt-ci-release is it completely automates the process, a release is triggered just be pushing a git tag but this may be too modern for Apache and might go against some of their established processes. Another option is [sbt-release](https://github.com/sbt/sbt-release) which is a bit more manual/old-school however it allows you to customize the release process as you want and then you would just do an `sbt release` to trigger a release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org