-
Version bump required for every PR
+
Version and date bump required for every PR
Before opening a pull request, always increment the four-digit dev counter by 1 in both of these files:
-
DESCRIPTION — the Version: field:
@@ -228,6 +228,8 @@ _pkgdown.yml # pkgdown website configuration
# AMR 3.0.1.9021 → # AMR 3.0.1.9022
Read the current version from DESCRIPTION, add 1 to the last numeric component, and write the new version to both files in the same commit as the rest of the PR changes.
+
Also bump the date to the current date in DESCRIPTION, where it’s in the Date: field in ISO format:
+
Date: 2025-12-31
diff --git a/CLAUDE.md b/CLAUDE.md
index 8068ad2ab..10f2a7a3a 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -161,7 +161,7 @@ Version format: `major.minor.patch.dev` (e.g., `3.0.1.9021`)
- `NEWS.md` uses sections **New**, **Fixes**, **Updates** with GitHub
issue references (`#NNN`)
-### Version bump required for every PR
+### Version and date bump required for every PR
Before opening a pull request, always increment the four-digit dev
counter by 1 in **both** of these files:
@@ -178,6 +178,11 @@ Read the current version from `DESCRIPTION`, add 1 to the last numeric
component, and write the new version to both files in the same commit as
the rest of the PR changes.
+Also bump the date to the current date in **`DESCRIPTION`**, where it’s
+in the `Date:` field in ISO format:
+
+ Date: 2025-12-31
+
## Internal State
The package uses a private `AMR_env` environment (created in
diff --git a/LICENSE-text.html b/LICENSE-text.html
index 2dd380752..378123f6b 100644
--- a/LICENSE-text.html
+++ b/LICENSE-text.html
@@ -7,7 +7,7 @@
AMR (for R)
-
3.0.1.9022
+
3.0.1.9023