-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add sbt-ci-release #36
Conversation
Test / publishArtifact := false | ||
pomIncludeRepository := { _ => false } | ||
publishTo := sonatypePublishTo.value |
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.
These values were removed because they are provided by sbt-ci-release, see https://github.com/sbt/sbt-ci-release#sbt
@@ -1 +0,0 @@ | |||
ThisBuild / version := "2.0.2-SNAPSHOT" |
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.
version.sbt
was removed because sbt-ci-release handles the versioning https://github.com/sbt/sbt-ci-release#sbt .
eacaa5d
to
3c8af28
Compare
e8f6273
to
962478d
Compare
962478d
to
70c674f
Compare
Okay PR is ready now. |
Thanks a bunch! |
@johanandren Would it be possible to make a release? Just want to make sure everything is working (and it will also contain the newest |
I just did, 2.0.2 is on maven central already :) |
Yeah was about to say, just noticed. Thanks! |
This PR adds sbt-ci-release to the project.
Resolves: #35
Note that the changes to
.github/workflows/ci.yml
are all due to thesbt-github-actions
plugin which is automatically generated.