Skip to content

Commit fcfa0b0

Browse files
committed
update news
1 parent 0390012 commit fcfa0b0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: allcontributors
22
Title: Acknowledge all Contributors to a Project
3-
Version: 0.2.2.006
3+
Version: 0.2.2.007
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Chris", "Hartgerink", role = "aut"),

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# v0.2.2.00X (Current development version)
22

3+
## Major changes
4+
5+
- Added a [GitHub workflow](https://github.com/ropensci/allcontributors/blob/main/.github/workflows/allcontributors.yml) to automatically run `add_contributors()`
6+
7+
## Minor changes
8+
9+
- Updated documentation to described different ways of keeping allcontributors lists up-to-date (#15; thanks to @maelle)
10+
311
---
412

513
# v0.2.2

R/add-contributors.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ add_contribs_to_one_file <- function (ctbs, orgrepo, ncols, format, filename) {
387387
"[`allcontributors` package]",
388388
"(https://github.com/ropensci/allcontributors)",
389389
" following the ",
390-
"[all-contributors](https://allcontributors.org) ",
390+
"[allcontributors](https://allcontributors.org) ",
391391
"specification. ",
392392
"Contributions of any kind are welcome!"
393393
)

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/allcontributors",
88
"issueTracker": "https://github.com/ropensci/allcontributors/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.2.006",
10+
"version": "0.2.2.007",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)