2 Commits

Author SHA1 Message Date
3857dda5cf 0.3.3
Automatically generated by python-semantic-release
2025-05-07 12:26:38 +00:00
b77ba350c3 fix: exclude .git from template
All checks were successful
release / Release (push) Successful in 15s
2025-05-07 14:26:14 +02:00
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v0.3.3 (2025-05-07)
### Bug Fixes
- Exclude .git from template
([`b77ba35`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/b77ba350c37dc466d87ac885677a45b16ef0274d))
## v0.3.2 (2025-05-07) ## v0.3.2 (2025-05-07)
### Bug Fixes ### Bug Fixes

View File

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