2 Commits

Author SHA1 Message Date
86801fa0db 0.3.5
Automatically generated by python-semantic-release
2025-05-09 09:57:56 +00:00
8d33e8c2eb fix: exclude copier.yml from template
All checks were successful
release / Release (push) Successful in 14s
2025-05-09 11:57:38 +02:00
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# CHANGELOG
## v0.3.5 (2025-05-09)
### Bug Fixes
- Exclude copier.yml from template
([`8d33e8c`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/8d33e8c2eb1dd1e9ac4f34cfbcf0e1fad73792e1))
## v0.3.4 (2025-05-09)
### Bug Fixes

View File

@ -2,6 +2,7 @@ _exclude:
- ".gitea/"
- ".git/"
- "CHANGELOG.md"
- "copier.yml"
# imports
_jinja_extensions: