-
Notifications
You must be signed in to change notification settings - Fork 25
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
Publish new version #43
Comments
Can I help with this? The next release should be |
Yes please! If you can PR the sbt-bintray -> sbt-ci-release changeover, Eugene should be able to get the publishing secrets set up so we can publish from CI just by pushing a tag.
Maybe we should just go 1.0.0 at this point, since the plugin isn't changing much? (Not that it really matters, I don't think.) |
Hello, is there any update on when the new release will be published? thank you :) |
Yea. That build needs a bit more work. ppl should copy-paste from an existing build that already works like https://github.com/sbt/sbt-jacoco/blob/v3.4.0/build.sbt |
https://github.com/sbt/sbt-proguard/releases/tag/v0.5.0. https://repo1.maven.org/maven2/com/github/sbt/sbt-proguard_2.12_1.0/0.5.0-M1/ is already up for testing. 0.5.0 should sync to Maven Central shortly. |
(now that #42, most notably, has landed)
what needs to be done here is replace bintray-based publishing with publishing to Sonatype (probably sbt-ci-release, which is pretty standard these days)
volunteer? (if you look around in sbt/sbt-* you can probably find other such PRs you could copy/adapt)
also we may need help from @eed3si9n setting up the needed publishing secrets
The text was updated successfully, but these errors were encountered: