-
Update
redwoodVersion
inRedwoodBuildPlugin.kt
to the release version. -
Update the
CHANGELOG.md
:- Change the
Unreleased
header to the release version. - Add a link URL to ensure the header link works.
- Add a new
Unreleased
section to the top.
- Change the
-
Commit
$ git commit -am "Prepare version X.Y.Z"
-
Tag
$ git tag -am "Version X.Y.Z" X.Y.Z
-
Update
redwoodVersion
inRedwoodBuildPlugin.kt
to the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare next development version"
-
Push!
$ git push && git push --tags
The tag will trigger a GitHub Action workflow which will upload the artifacts to Maven Central, create a GitHub release, and deploy the documentation to the website.