-
Notifications
You must be signed in to change notification settings - Fork 86
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
Tagging releases #93
Comments
currently this should work now, the first releases were probably untagged since sbt-release was not configured. |
Can you manually create tags for previous releases? |
well I don't know the actual commits, and they were probably just milestones. maybe @wsargent knows them and can do that? |
We still have some configurations to do, see #92. The tagging step is not working correctly, at least no tag was pushed for M6. |
Getting sbt-release to actually work has been non-trivial. If someone can lend a hand that would be nice... |
So, I did the last release (1.0.0-M6), and it turns out sbt-release created the tag locally but it didn't get pushed to remote. A |
The last question in release process is "Push changes to the remote repository (y/n)? [y]". If you answer "yes" pushChanges step is performed. It calls VCS (Git in this case) pushChanges method and it should push tags. BTW I always answer "no" to the question and push changes manually after successful release (when I see new artifacts in Maven central repo). |
Yes 😄 |
Tag every release, please.
The text was updated successfully, but these errors were encountered: