2 Commits

Author SHA1 Message Date
adbefb40f1 0.2.2
Automatically generated by python-semantic-release
2025-05-06 13:53:36 +00:00
4b44b7b599 fix: exclude changelog from template
All checks were successful
release / Release (push) Successful in 14s
2025-05-06 15:52:46 +02:00
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v0.2.2 (2025-05-06)
### Bug Fixes
- Exclude changelog from template
([`4b44b7b`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/4b44b7b599c3f27af153120a8529a20d164393f3))
## v0.2.1 (2025-05-06) ## v0.2.1 (2025-05-06)
### Bug Fixes ### Bug Fixes

View File

@ -1,5 +1,6 @@
_exclude: _exclude:
- ".gitea/" - ".gitea/"
- "CHANGELOG.md"
# imports # imports
_jinja_extensions: _jinja_extensions: