-
Notifications
You must be signed in to change notification settings - Fork 29
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
Improve release process #81
Comments
Seemed like I got this in a good place to only need to push a tag with |
Going to manually release |
Again have to manually publish after pushing After setting up authentication to plugin portal
Seems like something is busted on Circle CI side. |
Will look to simplify this in next release |
Current process:
version
inbuild.gradle.kts
HEAD
up-to-date with remotemaster
, no locally dirty files./gradlew release
(which locallygit tags
,git push
, and uploads to gradle plugin portal)this also assumes i have the proper local setup for the gradle plugin portal
I'd like to reduce some of this.
For example, maybe it just "tag and push" and let something like
nebula.release
perform the release process on Circle CIThe text was updated successfully, but these errors were encountered: