Release version 1.0.1
SethTisue opened this issue · 1 comments
SethTisue commented
The immediate motivation is to make sure that (now that #242 has landed) we have publishing set up correctly on GitHub Actions
But there is also at least one user-visible change, which is that thanks to the sbt-scala-module upgrade we now declare a semantic versioning policy
this time only:
- add secrets to GitHub settings, as per sbt-ci-release readme instructions
usual release steps:
- merge PRs
- choose version number
- v1.0.1
- tag the release
- wait for release build
- artifacts on Maven Central
- https://repo1.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_3/1.0.1/
- (not a complete list)
- readme updates? build.sbt updates?
- none