Skip to content

Commit

Permalink
chore(changelog): Prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Feb 16, 2024
1 parent f46ccfc commit 7b85413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ functions provided by the `src/cscapi` folder.

---

## [0.3.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.3.0) - 2024-02-15
## [0.3.0](https://github.com/crowdsecurity/python-capi-sdk/releases/tag/v0.3.0) - 2024-02-16
[_Compare with previous release_](https://github.com/crowdsecurity/python-capi-sdk/compare/v0.2.1...v0.3.0)


Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once you are ready to release a new version (e.g when all your changes are on th
- Determine the next version number based on the changes made since the last release: `MAJOR.MINOR.PATCH`
- Update the [CHANGELOG.md](../CHANGELOG.md) file with the new version number and the changes made since the last release.
- Each release description must respect the same format as the previous ones.
- Commit the changes with a message like `docs(changelog:) Prepare for release MAJOR.MINOR.PATCH`.
- Commit the changes with a message like `chore(changelog) Prepare for release MAJOR.MINOR.PATCH`.
- Browse to the [GitHub `Create and publish release` action](https://github.com/crowdsecurity/python-capi-sdk/actions/workflows/release.yml)
- Click on `Run workflow` and fill the `Tag name` input with the new version number prefixed by a `v`: `vMAJOR.MINOR.PATCH`.
- Tick the `Publish to PyPI` checkbox.
Expand Down

0 comments on commit 7b85413

Please sign in to comment.