[x] Add circlci Support to https://github.com/olafurpg/sbt-ci-release - done via https://github.com/olafurpg/sbt-ci-release/pull/93 and this change is included in the latest release
[x] Generate new PGP for release to Sonatype
sbt-pgp to latest 2.x version and remove this package being ignored by scala stewart in .scala-steward.conf (this file we can remove if only item)addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") and amend circleci config to use itrelease process via generating a new release version tag continues to work as it does now (with the new upgraded sbt-pgp)zio-actors first and make sure it all works as expectedzio-actors will add changes (of course via a PR) to ZIOzio projects. Thinking I will create an issue with steps to follow for each repo and maybe others can help me so we can get them all done fastPost this effort I would like to have a staging website for https://zio.dev maybe https://snapshot.zio.dev that on merge to master it gets updated so we are able to see what our site looks like before doing a release and have docs for the snapshots :-)
Also be good to consider this as it will result in a less complex build and local dev environment, plus faster builds which means circleci bill reduced (by how much or worth doing no idea :-) ): https://github.com/zio/zio/issues/2722
Assuming everything goes as expected, we should create a follow-up to sync all of the other repositories, as well as the giter8 template.
@mijicd @jdegoes @adamgfraser Above ZIO PR outlines the changes that needs to be make to our other repos to enable snapshots if needed.
For the seed best to base it on the zio-actors changes.
Success 馃嵎:
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio_2.12/
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-actors_2.12/
馃榾
cc @iravid ^^
Most helpful comment
@mijicd @jdegoes @adamgfraser Above ZIO PR outlines the changes that needs to be make to our other repos to enable snapshots if needed.
For the seed best to base it on the
zio-actorschanges.Success 馃嵎:
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio_2.12/
https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-actors_2.12/
馃榾