Releases: kapsner/autonewsmd
Releases · kapsner/autonewsmd
Release list
Release v0.0.6
v0.0.4
- support for breaking changes
- bug fixes
Full set of changes:
v0.0.3...v0.0.4
v0.0.3
- 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
First CRAN release v0.0.1
- released on CRAN: https://cran.r-project.org/web/packages/autonewsmd/index.html
autonewsmdautomatically 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