Skip to content

Releases: kapsner/autonewsmd

Release v0.0.6

Choose a tag to compare

@kapsner kapsner released this 13 Apr 17:28

v0.0.4

Choose a tag to compare

@kapsner kapsner released this 02 Nov 21:55
  • support for breaking changes
  • bug fixes

Full set of changes:
v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@kapsner kapsner released this 04 Sep 00:43
  • hot-fix to resolve CRAN errors
  • now copying news-md-template.Rmd to tempdir() before calling rmarkdown::render in order to address these issues and clean up tempdir() after rendering changelog file
  • vignette now static (eval=FALSE) to also address these errors on some systems

v0.0.2

Choose a tag to compare

@kapsner kapsner released this 01 Sep 08:45
  • hot-fix to resolve CRAN errors
  • introduction of interactive question before (over-) writing the changelog file
  • better unit test coverage

First CRAN release v0.0.1

Choose a tag to compare

@kapsner kapsner released this 29 Aug 10:29
  • released on CRAN: https://cran.r-project.org/web/packages/autonewsmd/index.html
  • autonewsmd automatically generated a changelog file (NEWS.md / CHANGELOG.md) from the git history when using conventional commit messages
  • currently available customization options include the definition of the file name, the file ending, the package name (which is included in the title of the changelog file), and the setting of a path that points to the git repository for which the changelog should be created