Releases: JuliaBesties/BestieTemplate.jl
Releases · JuliaBesties/BestieTemplate.jl
v0.5.3
COPIERTemplate v0.5.3
Merged pull requests:
- Add a bit more information to applying to existing projects (#252) (@abelsiqueira)
- Update template to 0.5.2 (#253) (@abelsiqueira)
- Tests behave differently on ignored files, so removing CirrusCI on test (#254) (@abelsiqueira)
- Add some docs on the minimum vs recommended option (#255) (@abelsiqueira)
- fix: 🐛 Fix quotes in the Test.yml workflow (#258) (@abelsiqueira)
- Don't skip README.md and docs/src/index.md (#259) (@abelsiqueira)
- Add developer docs for modifying template (#262) (@abelsiqueira)
- Release v0.5.3 (#263) (@abelsiqueira)
Closed issues:
v0.5.2
COPIERTemplate v0.5.2
Merged pull requests:
- Create update wrapper and add update info to guide (#246) (@abelsiqueira)
- Ignore a few things in copier.yml and small fix to template (#248) (@abelsiqueira)
- feat: 🎸 Create safeguard when running generate in existing pkg (#249) (@abelsiqueira)
- Release v0.5.2 (#250) (@abelsiqueira)
Closed issues:
v0.5.1
COPIERTemplate v0.5.1
Merged pull requests:
- fix: 🐛 Fix path in message_after_copy (#229) (@abelsiqueira)
- Update gif (#230) (@abelsiqueira)
- Add question to add pre-commit (#238) (@abelsiqueira)
- feat: 🎸 Add question to add GitHub issue and PR templates (#239) (@abelsiqueira)
- refactor: 💡 Change checklist on issues templates to information (#240) (@abelsiqueira)
- fix: 🐛 Fix ISSUE_TEMPLATE ending (#241) (@abelsiqueira)
- feat: 🎸 Add AnswerStrategy to allow minimum additions (#242) (@abelsiqueira)
- feat: 🎸 Add AddCopierCI question to add Copier.yml (#243) (@abelsiqueira)
- Update gitignore (#244) (@abelsiqueira)
- Release v0.5.1 (#245) (@abelsiqueira)
Closed issues:
- Update the gif (#221)
- Printed instructions don't reflect path (#228)
- Add question for pre-commit (#231)
- Add question for Lint workflow (#232)
- Add question for GitHub templates (#233)
- Change Checklist on issue to markdown (#234)
- Create a function or argument to generate to default to "no" when adding stuff (#235)
- Add question to add Copier.yml workflow (#237)
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)
v0.4.0
COPIERTemplate v0.4.0
Merged pull requests:
- Allow optional src_path argument to generate that default to URL (#174) (@sverhoeven)
- chore: 🤖 Add .gitattributes to hide Jinja lang stats (#187) (@abelsiqueira)
- chore: Add copier badge (#188) (@abelsiqueira)
- chore: 🤖 Add a workflow to update pre-commit config (#190) (@abelsiqueira)
- docs: ✏️ Change orgremote to upstream and clarify instructions (#191) (@abelsiqueira)
- Update CHANGELOG with #91 (#192) (@abelsiqueira)
- chore: 🤖 Run the Test workflow when copier.yml changes (#193) (@abelsiqueira)
- chore: 🤖 Fix PreCommitUpdate workflow (#194) (@abelsiqueira)
- fix: 🐛 Fix PreCommitUpdate workflow (#195) (@abelsiqueira)
- [AUTO] pre-commit update (#196) (@github-actions[bot])
- docs: add suvayu as a contributor for review (#198) (@allcontributors[bot])
- Release v0.4.0 (#199) (@abelsiqueira)
Closed issues:
- Add funding information (#56)
- Add action to check for updates in pre-commit-config (or use pre-commit CI) (#91)
- Hide Jinja language statistics (#124)
- Show support to copier by adding badge (#125)
- project is read-only (#146)
- What is orgremote? Use upstream instead. (#165)
- Run the Test.yml when copier.yml changes (#172)
v0.3.2
COPIERTemplate v0.3.2
Merged pull requests:
- chore: 🤖 Save conda-env on test and small fixes (#138) (@abelsiqueira)
- refactor: 💡 Improve folder comparison in tests (#141) (@abelsiqueira)
- More reader-friendly structure in README (#148) (@PabRod)
- Add author and program name to licences (#156) (@luisaforozco)
- Consistent caching in GitHub workflows (#162) (@sverhoeven)
- Print post-installation info (#166) (@luisaforozco)
- Add clarification to copier.yml (#168) (@lyashevska)
- docs: add PabRod as a contributor for doc (#169) (@allcontributors[bot])
- fix: 🐛 Fix missing triple quotes in README (#170) (@abelsiqueira)
- Fix broken link to contributing.md (#171) (@abelsiqueira)
- Update Year in LICENSE(s) (#173) (@luisaforozco)
- docs: add luisaforozco as a contributor for code, and doc (#176) (@allcontributors[bot])
- docs: add lyashevska as a contributor for code, and doc (#177) (@allcontributors[bot])
- docs: add nlesc as a contributor for financial (#178) (@allcontributors[bot])
- docs: add sverhoeven as a contributor for code (#179) (@allcontributors[bot])
- docs: add suvayu as a contributor for bug (#180) (@allcontributors[bot])
- docs: add luisaforozco as a contributor for ideas (#181) (@allcontributors[bot])
- docs: add lyashevska as a contributor for ideas (#182) (@allcontributors[bot])
- docs: add PabRod as a contributor for ideas (#183) (@allcontributors[bot])
- docs: add sverhoeven as a contributor for ideas (#184) (@allcontributors[bot])
- docs: ✏️ Add dev docs on how to make a release (#185) (@abelsiqueira)
- Release v0.3.2 (#186) (@abelsiqueira)
Closed issues:
- Document generating a release (#5)
- Use
Julia-actions/cache
uniformly (#53) - Save the Conda environment of test (#137)
- Refactor and improve test_diff_dir (#139)
- README suggestions (#144)
- Fill name of copyright owner in Apache License (#145)
- Clarification feedback (#149)
- Print the post-installation commands after the installation (#152)
- Fix full guide link in the README.md (#155)
- Update Year in LICENSE (#163)
- Fix broken contributing links in the issues (#164)
v0.3.1
COPIERTemplate v0.3.1
Merged pull requests:
- style: 💄 Update JuliaFormatter (#92) (@abelsiqueira)
- docs: ✏️ Change prettyurls and use LiveServer for docs (#94) (@abelsiqueira)
- chore: 🤖 Add dependabot (#95) (@abelsiqueira)
- Bump codecov/codecov-action from 1 to 4 (#96) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#97) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#98) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#99) (@dependabot[bot])
- Bump actions/setup-python from 4 to 5 (#100) (@dependabot[bot])
- chore: 🤖 Update action versions in the template (#102) (@abelsiqueira)
- fix: 🐛 Add continue-on-error to allow nightly to fail (#104) (@abelsiqueira)
- Bump peter-evans/create-pull-request from 5 to 6 (#107) (@dependabot[bot])
- chore: 🤖 Remove linux musl from CirrusCI (#109) (@abelsiqueira)
- fix: 🐛 Run Test.yml on main always and if template changes (#121) (@abelsiqueira)
- fix: 🐛 Run tests correctly and fix bad raw enclosing (#122) (@abelsiqueira)
- Fix typo on GitHub action (#123) (@abelsiqueira)
- chore: 🤖 Add all-contributors to repo (#126) (@abelsiqueira)
- docs: add abelsiqueira as a contributor for code, projectManagement, and 2 more (#127) (@allcontributors[bot])
- Don't check links in the Contributors section (#128) (@abelsiqueira)
- Properly escape the contributors html in the docs (#129) (@abelsiqueira)
- docs: add tmigot as a contributor for code, and doc (#130) (@allcontributors[bot])
- Release v0.3.1 (#135) (@abelsiqueira)
Closed issues:
- Add missing continue-on-error or change nightly strategy (#51)
- Add dependabot and instructions on how to add it (#52)
- Update make.jl with prettyurls=true (#54)
- Update style of JuliaFormatter to mix with TulipaEnergyModel's style (#90)
- Add a preview docs comment on PRs (#110)
- Some fields should not be stored (#114)
- Should we change the checks in issue template for a message only? (#115)
- Run Test.yml on any change to template (#119)
- Broken template Test.yml (#120)
v0.3.0
COPIERTemplate v0.3.0
Merged pull requests:
- Fix coverage badge (#66) (@abelsiqueira)
- feat: 🎸 Add option for Indentation length (#70) (@abelsiqueira)
- docs: ✏️ Add tips on testing to developer docs (#71) (@abelsiqueira)
- feat: 🎸 Add CODE_OF_CONDUCT to pkg and template (#73) (@abelsiqueira)
- feat: 🎸 Add issue and PR templates to template (#74) (@abelsiqueira)
- fix: 🐛 Add default to indentation parameter (#75) (@abelsiqueira)
- feat: 🎸 Add AskAdvancedQuestions to allow stopping early (#79) (@abelsiqueira)
- fix: 🐛 Fixes to the issue and PR templates (#81) (@abelsiqueira)
- ci(template): 🎡 Update Cirrus CI image_family (#82) (@abelsiqueira)
- fix: 🐛 Fix PR template (#83) (@abelsiqueira)
- feat: 🎸 Generate docs pages programatically (#85) (@abelsiqueira)
- docs: ✏️ Refactor README and improve docs (#87) (@abelsiqueira)
- docs: ✏️ Improve documentation for new packages (#88) (@abelsiqueira)
- Release 0.3.0 (#89) (@abelsiqueira)
Closed issues:
- Add CODE_OF_CONDUCT (#25)
- Update cirrus CI image_family (#31)
- Find a better way to deal with the make.jl list of files (#32)
- Add issue and pr templates (#33)
- Improve new package experience (#43)
- Add option for indentation length (#44)
- Add repo keyword to make docs (#47)
- Contributing and Developer documentation place and name (#57)
- Fix coverage badge (#65)
- Create a good user experience for beginners (simple default) (#67)
- Remove update mechanism in the template until it is better tested (#68)
- Add default to indentation length (#72)
- Small issues with the issue and PR templates (#76)
- Improvements to the docs (#77)
- Explore creating a symlink CONTRIBUTING.md and README.dev.md (#78)
v0.2.5
COPIERTemplate v0.2.5
Fixed
nightly key was duplicated (#49)
Merged pull requests:
- Remove nightly from list in Test.yml (#50) (@abelsiqueira)
v0.2.4
COPIERTemplate v0.2.4
Fixed
- pipx link changed
Merged pull requests:
- Fix pipx link (#46) (@abelsiqueira)