From 8e9fd75b48c9b7d78fadff98341c89a2c10fd39e Mon Sep 17 00:00:00 2001 From: Tymoteusz Makowski Date: Wed, 17 Apr 2024 16:35:54 +0200 Subject: [PATCH] docs: describe adding a new version --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d070b489..95b8bea6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -82,6 +82,8 @@ for the `main` branch should be green). Do not add a link to GitHub releases yet - the link won't work and will fail CRAN checks. * Edit the list of changes to make it useful and understandable for our users. See [keep a changelog](https://keepachangelog.com/) for some guidelines. + 5. Update `pkgdown/versions.yaml`. + * Add a new version corresponding to the release you are preparing. 5. Submit the changes in a pull request titled "Release X.Y.Z". Get it approved and merged.