diff --git a/CHANGELOG.md b/CHANGELOG.md index c527a73..548cef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ For each version, important additions, changes and removals are listed here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] Minor Release - Cheese Shop Opening - 2024-12-09 ### Added diff --git a/CITATION.cff b/CITATION.cff index 7966e3f..ec3c39c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,5 +19,5 @@ type: software license: MIT version: 0.3.0 doi: null -date-released: 2023-08-11 +date-released: 2024-12-09 url: "https://github.com/rl-institut/super-repo/" diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index fa1de8d..53d8642 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -82,20 +82,22 @@ For a **Patch Release** (Hotfix), start at [section 3](https://github.com/rl-ins - Checkout `develop` and branch with `git checkout -b release-v0.1.0` - Push branch with `git push --set-upstream origin release-v0.1.0` -- Run bumpversion 💻 `bump-my-version bump --current-version 0.1.0 minor` -### 6. 📝 Update the version files +### 6. 📝 Update the version files (bump version number) -- `📝CHANGELOG.md` +- Run bumpversion 💻 `bump-my-version bump --current-version 0.1.0 minor` + - `📝CITATION.cff` + - Update `version` + - Update `date-released` + - `📝pyproject.toml` + - Update `version` + - `📝uv.lock` + - Update `version` +- Update the `📝CHANGELOG.md` - Check that all Pull Request are included - Rename `Unreleased` section with release title from issue - Follow `[0.0.0] Minor Release - Name of Release - 20YY-MM-DD` -- `📝CITATION.cff` - - Update `version` - - Update `date-released` -- `📝pyproject.toml` - - Update `version` - - Update `download_url` (.../v0.1.0.tar.gz) + ▶️ Increase version numbers!