Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 21:37
· 136 commits to main since this release

BestieTemplate v0.8.0

Diff since v0.7.2

Added

  • New question: AddContributionDocs to decide whether to add 90-contributing.md and 91-developer.md (#313)

Changed

  • (breaking change) GitHub PR template is now part of the minimal options (#308)
  • (breaking change) TestOnPRs.yml is now part of the minimal options (#312)
  • (breaking change) 90-contributing.md and 91-developer.md have moved from minimal to recommended. If you use the minimal option, then these files will be removed (#313)
  • (breaking change) generate does not work on existing folders anymore. The function apply was created to handle that case (#301)

Removed

  • (breaking change) Question SimplifiedPRTest was removed and the behaviour now is as if it were selected as true (#312)

Merged pull requests:

Closed issues:

  • Add a preamble to the questions (#154)
  • Install BestieTemplate.jl in usage instructions (#297)
  • Function generate is not clear for application to existing packages (#301)
  • Consider moving pre-commit installation earlier in the docs (#303)
  • Better post-application message (#304)
  • Move PULL_REQUEST_TEMPLATE.md to minimal options (#308)
  • Make TestOnPRs part of minimal (#312)
  • Move contributing and developer to recommended (#313)
  • Explain the rationale of minimal vs recommended (#314)