v0.5.0
COPIERTemplate v0.5.0
Merged pull requests:
- Add copy, recopy, and update from copier and change the generate API (#142) (@abelsiqueira)
- Add allcontributors to template (#175) (@lyashevska)
- feat: 🎸 Only run ubuntu with Julia 1 on PRs (#200) (@abelsiqueira)
- chore(deps): bump actions/cache from 2 to 4 (#202) (@dependabot[bot])
- refactor: 💡 Remove generate_missing_uuid argument (#203) (@abelsiqueira)
- Fix tests on windows (#204) (@abelsiqueira)
- Move direct wrapper functions to internal module Copier (#205) (@abelsiqueira)
- feat: 🎸 Read from dst_path/Project.toml to guess answers (#206) (@abelsiqueira)
- feat: 🎸 Add Codecov token on package and template (#208) (@abelsiqueira)
- fix: 🐛 Fix template/.all-contributorsrc missing quotes (#209) (@abelsiqueira)
- feat: 🎸 Determine package name from the dst_path (#210) (@abelsiqueira)
- fix: 🐛 Cannot use double quotes in interpolation in GHA (#211) (@abelsiqueira)
- docs: ✏️ Update contributing and dev docs in pkg and template (#212) (@abelsiqueira)
- CompatHelper: add new compat entry for TOML at version 1, (keep existing compat) (#213) (@github-actions[bot])
- docs: ✏️ Update docs explaining copy to existing package (#222) (@abelsiqueira)
- feat: 🎸 Use lychee instead of markdown-link-checker (#223) (@abelsiqueira)
- Release v0.5.0 (#227) (@abelsiqueira)
Closed issues:
- Add allcontributors (#26)
- Review contribution and dev docs inside template/docs/src (#93)
- Add information on codecov on the setup docs (#101)
- Look over Modern Julia Workflows for things to add (#103)
- FInd nice solution for testing on a smaller matrix on PRs (#105)
- Add dedicated docs for applying to existing packages (#112)
- Automatically read from Project.toml when applying to existing packages (#116)
- Implement more of the copier interface (recopy and update) (#136)
- Add documentation on generating releases to template (#143)
- Document how to enable codecov integration (#150)
- Change the generate API to handle the name vs folder (#151)
- Consider removing link checker from pre-commit (#160)
- Remove generate_missing_uuid (#189)
- Run the Lint workflow if any of the configuration files is updated (#197)
- Fix allcontributorsrc in the template (#207)