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

Add sbt-ci-release #36

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Conversation

mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Apr 4, 2022

This PR adds sbt-ci-release to the project.

Resolves: #35

Note that the changes to .github/workflows/ci.yml are all due to the sbt-github-actions plugin which is automatically generated.

Test / publishArtifact := false
pomIncludeRepository := { _ => false }
publishTo := sonatypePublishTo.value
Copy link
Contributor Author

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"
Copy link
Contributor Author

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 .

@mdedetrich mdedetrich force-pushed the sbt-ci-release branch 2 times, most recently from eacaa5d to 3c8af28 Compare April 4, 2022 09:28
@coveralls
Copy link

coveralls commented Apr 4, 2022

Coverage Status

Coverage increased (+0.4%) to 86.224% when pulling 70c674f on mdedetrich:sbt-ci-release into 5aa58ab on johanandren:main.

@mdedetrich mdedetrich force-pushed the sbt-ci-release branch 2 times, most recently from e8f6273 to 962478d Compare April 4, 2022 09:31
@mdedetrich
Copy link
Contributor Author

Okay PR is ready now.

@johanandren johanandren merged commit 40bc5de into johanandren:main Apr 4, 2022
@johanandren
Copy link
Owner

Thanks a bunch!

@mdedetrich mdedetrich deleted the sbt-ci-release branch April 4, 2022 09:50
@mdedetrich
Copy link
Contributor Author

@johanandren Would it be possible to make a release? Just want to make sure everything is working (and it will also contain the newest CancelableFuture)

@johanandren
Copy link
Owner

I just did, 2.0.2 is on maven central already :)

@mdedetrich
Copy link
Contributor Author

Yeah was about to say, just noticed. Thanks!

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

Successfully merging this pull request may close these issues.

Set up sbt-ci-release
3 participants