- Create new branch
release/X.Y.Z
frommaster
branch - Update ktorfit version inside
gradle/libs.versions.toml
- Update ktorfitGradlePlugin version inside
gradle/libs.versions.toml
- Update Compatibility table in Readme.md
- Update ktorfit release version in mkdocs.yml
- Update version in KtorfitGradleConfiguration
- Set the release date in docs/changelog.md
git commit -am "Release X.Y.Z."
(where X.Y.Z is the new version)- Push and create a PR to the
master
branch - When all checks successful, run GitHub Action
Publish Release
from your branch - Set the Git tag
git tag -a X.Y.Z -m "X.Y.Z"
(where X.Y.Z is the new version) - Merge the PR
- Create a new release with for the Tag on GitHub
- Run "deploy to GitHub pages" action
- Put the relevant changelog in the release description