You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to a branch (e.g. git checkout -b release-1.x.y)
In plugins.sbt update sbt-mima-plugins.
In project/MimaSettings.scala update mimaPreviousVersion & clear out mimaBinaryIssueFilters.
In sbt run testStagingWITHOUTreloading first (testStaging adds the staging resolvers & runs reload).
Run git commit -am 'Update sbt-mima-plugin to 1.x.y and PR it (hub pull-request). The PR won't pass CI until the release is available on Maven Central. You may poll repo1 directly (note the trailing slash in the URL).
git tag -a -s 1.x.y -m 'Version 1.x.y'
. The name of the tag should NOT have a 'v' prefix.reload
andshow version
to verify the version.clean
, particularly if you've recently bumpedscalaVersion
.publishSigned
. You should start seeing "published mima-.. to https://oss.sonatype.org/service/local/staging/deploy/maven2/..".++2.13
coreJVM/publishSigned
coreNative/publishSigned
++3.3
coreJVM/publishSigned
coreNative/publishSigned
git checkout -b release-1.x.y
)plugins.sbt
updatesbt-mima-plugins
.project/MimaSettings.scala
updatemimaPreviousVersion
& clear outmimaBinaryIssueFilters
.testStaging
WITHOUTreload
ing first (testStaging
adds the staging resolvers & runsreload
).git commit -am 'Update sbt-mima-plugin to 1.x.y
and PR it (hub pull-request
). The PR won't pass CI until the release is available on Maven Central. You may poll repo1 directly (note the trailing slash in the URL).git push --follow-tags
to push the tag.You are done!
The text was updated successfully, but these errors were encountered: