-
Notifications
You must be signed in to change notification settings - Fork 75
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
Release 0.16.0 #165
Release 0.16.0 #165
Conversation
@@ -1,3 +1,3 @@ | |||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") | |||
addSbtPlugin( | |||
"com.47deg" % "sbt-org-policies" % "0.7.4" exclude ("io.get-coursier", "sbt-coursier")) | |||
"com.47deg" % "sbt-org-policies" % "0.7.5" exclude ("io.get-coursier", "sbt-coursier")) |
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.
@juanpedromoreno is this all that needed or do I still need to fiddle with .travis.yml
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.
Mmm, I'm not fully sure. @suhasgaddam Does 0.7.5 version fix the release issue? Thanks.
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.
Yes, 0.7.5
fixes orgAfterCISuccess
for all normal builds.
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.
Nice! Thanks @suhasgaddam @juanpedromoreno . |
mmh apparently it didn't work, any input on how I should proceed to get 0.16.0 out? Should I follow https://github.com/47deg/sbt-org-policies/blob/2c89b98d9366b626a978e3ff17cbc25e561ea48b/.travis.yml#L31-L44 ? |
No description provided.