mirror of
https://github.com/cashapp/redwood.git
synced 2026-03-09 21:58:16 +08:00
817 B
817 B
Releasing
-
Update
redwoodVersioninRedwoodBuildPlugin.ktto the release version. -
Update the
CHANGELOG.md:- Change the
Unreleasedheader to the release version. - Add a link URL to ensure the header link works.
- Add a new
Unreleasedsection 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
redwoodVersioninRedwoodBuildPlugin.ktto the next "SNAPSHOT" version. -
Commit
$ git commit -am "Prepare next development version" -
Push!
$ git push && git push --tagsThe 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.