diff --git a/DESCRIPTION b/DESCRIPTION index 9f093c6..c43187c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.2.0 +Version: 0.2.0.001 Authors@R: person(given = "First", family = "Last", diff --git a/README.md b/README.md index 718dad2..8c2fe74 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,14 @@ of the "dashboard" package. This means that any updates to the package itself will only be rendered on the locally-served website once those changes have been pushed and the package locally re-installed using the `install_github` command above. + +## Maintenance + +The [`publish` workflow in this +repository](https://github.com/ropensci-review-tools/dashboard/blob/main/.github/workflows/publish.yaml) +requires a GitHub token stored as an environment variable named `MY_GH_TOKEN`. +This token needs full write access to this organization (which the default +workflow token does not have), as well as read access to the `ropensci` +organization. The easiest way to obtain, set, or re-set this token is thus to +use a personal token from somebody with "owner" rights both here and in the +`ropensci` organization. diff --git a/codemeta.json b/codemeta.json index 93f53b0..d394637 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.0", + "version": "0.2.0.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",