Skip to content

Commit

Permalink
Increment version number to 1.0.1.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Jan 16, 2025
1 parent cbe9cfe commit 619ceec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ devtools::build_site()

## Updating the package version

Once changes have been completed, reviewed and are ready for use in the wild, you can increment the package version using:
In general, we'll be working on a 'development' version (x.x.x.9000) of the package in between CRAN releases, which should happen no more than every 1-2 months (CRAN recommendation).

Once changes have been completed, reviewed and are ready for use in the wild, you should review the R packages guidance for submitting a new version to CRAN. You can increment the package version using:

``` r
usethis::use_version()
Expand All @@ -153,7 +155,9 @@ If you are unsure what kind of version to increment, have a look through [lifecy

Once you've incremented the version number, it'll offer to perform a commit on your behalf. As this happens it will add an update to `NEWS.md`, which acts as the changelog for the package. Make sure this is updated correctly and then push to GitHub.

Once the version has been updated and pushed, create a new GitHub release version.
Once the version has been updated and pushed, and is accepted and working on CRAN create a new GitHub release version.

In case it's useful, we documented some of the initial CRAN release process and tweaks in https://github.com/dfe-analytical-services/dfeR/pull/103.

### Lifecyles

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: dfeR
Title: Common Department for Education Analysis Tasks
Version: 1.0.1
Version: 1.0.1.9000
Authors@R: c(
person("Cam", "Race", , "[email protected]", role = c("aut", "cre")),
person("Department for Education, England", , , "[email protected]", role = "cph"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# dfeR (development version)

# dfeR 1.0.1

Fix the spacing and printing of the z_replace() warning message, updating the eesyapi URL in the README and removed extraneous package tests.
Expand Down

0 comments on commit 619ceec

Please sign in to comment.