Release 0.7.0
ennru opened this issue · 3 comments
ennru commented
Release
- Check closed issues without a milestone and either assign them the upcoming release milestone or 'invalid'
- Create a new release with:
- the next tag version (e.g.
v0.4.0
) - title and release description including notable changes
- link to the milestone showing an overview of closed issues for this release
- overview of contributors generated by
sbt-authors
- the next tag version (e.g.
- Pull the tag, check
show version
then runclean; publishSigned
. You should start seeing "published sbt-java-formatter to https://oss.sonatype.org/service/local/staging/deploy/maven2/..". - Find, close and release your staging repository. (See Sonatype's Releasing the Deployment guide.)
- Close the milestone for this release and create a new one.
johanandren commented
Something not working with that publish-from-gh-actions setup:
[error] Not a valid command: ci-release
[error] Not a valid project ID: ci-release
[error] Expected ':'
[error] Not a valid key: ci-release (similar: clean, credentials)
[error] ci-release
johanandren commented
johanandren commented
I'll publish this release manually to sonatype tomorrow