Learn more on the Datareplication homepage
Licensed under MIT
Update the changelog when you make changes to the library, when you make a change that justifies a changelog entry.
When adding a feature that justifies a minor version bump also update the version number in the build.gradle.kts and
changelog.
Snapshot releases can be published at any time using the
release-snapshot
workflow. The version set in the source code is always the next version to be released.
To publish a new version of the library:
- Double check the version numbers in the changelog entry and
build.gradle.kts - Double check the summary of changes in the changelog entry
- If there were only dependabot updates, mention something like "Dependency updates" so the changelog isn't empty
- Set the release date for the current changelog entry
- Run the release workflow
- Update the version in
build.gradle.ktsto the next patch version (e.g. from1.0.0to1.0.1) - Add a new changelog entry with the next patch version and the release date
Unreleased