Skip to content

v0.15.0

Latest

Choose a tag to compare

@mbercx mbercx released this 12 Apr 07:03

✏️ Suggested commit message

🔧 `copier`: update package template to v0.15.0

Add opt-in test coverage reporting to CI (none/basic/codecov) and an automatic
copier-update workflow that keeps generated projects in sync with upstream template
changes. Coverage supports a basic job summary with a 50% threshold or full Codecov
integration. The update workflow runs weekly, detects changes, and opens a 
PR — configurable via a hidden `auto_update` question to use GITHUB_TOKEN or a PAT.

See the release for more details:

https://github.com/mbercx/python-copier/releases/tag/v0.15.0

✨ Features

  • Template | CI: add coverage (none/basic/codecov) [06a540e]
  • Template | CI: Add opt-in copier-update workflow [2c249e9]

📚 Documentation

  • Docs: Add changelog generation to feature list [855228b]

Full Changelog: v0.14.1...v0.15.0