Skip to content

Commit

Permalink
Bumpversion #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Dec 9, 2024
1 parent 515187d commit b5dd0fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
20 changes: 11 additions & 9 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit b5dd0fc

Please sign in to comment.