-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1014 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: autonewsmd
Title: Auto-Generate Changelog using Conventional Commits
Version: 0.0.9
Authors@R:
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1866-860X"))
Description: Automatically generate a changelog file (NEWS.md /
CHANGELOG.md) from the git history using conventional commit messages
(<https://www.conventionalcommits.org/en/v1.0.0/>).
License: GPL-3
URL: https://github.com/kapsner/autonewsmd
BugReports: https://github.com/kapsner/autonewsmd/issues
Depends:
R (>= 3.6)
Imports:
data.table,
magrittr,
quarto,
R6,
utils
Suggests:
git2r,
lintr,
testthat (>= 3.0.1)
VignetteBuilder:
quarto
Config/testthat/edition: 3
Config/testthat/parallel: false
Date/Publication: 2024-10-15 09:18:54.725856 UTC
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
SystemRequirements: Quarto command line tools
(https://github.com/quarto-dev/quarto-cli).
RoxygenNote: 7.3.1