Replies: 1 comment 1 reply
-
That change looks very reasonable to me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So quick question on how we're doing snapshot publishing. Right now publishing both snapshots and releases to sonatype releases:
As we migrate to sbt-ci-release by default this will instead change the versioning so that snapshots actually end with
-SNAPSHOT
and are published to sonatype snapshots. I'm personally in favor of doing this that way as I don't like the way we currently pollute releases with snapshots, but this does change how we are currently doing this. Before I make this change I want to ensure it's ok. The impact that it may have on users is that in order to use the snapshot versions they'll need to add sonatype snapshots to their resolvers.Beta Was this translation helpful? Give feedback.
All reactions