Type: Package Package: releaser Title: Help with Preparing a New Version of an R Package Version: 1.2.0.9000 Authors@R: person("Tanguy", "Barthelemy", , "tanguy.barthelemy@insee.fr", role = c("aut", "cre", "art")) Description: Helps to prepare a release. Before releasing an R package it is important to update the DESCRIPTION file and the changelog. This package prepares these files and also updates the versions according to the branches. It relies heavily on the 'desc' packages. License: MIT + file LICENSE URL: https://github.com/TanguyBarthelemy/releaser, https://tanguybarthelemy.github.io/releaser/ BugReports: https://github.com/TanguyBarthelemy/releaser/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1) Imports: gh, desc, base64enc, roxygen2 Suggests: rlang, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Language: en-GB Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake git make libuv1-dev libxml2-dev libssl-dev Repository: https://tanguybarthelemy.r-universe.dev Date/Publication: 2026-07-21 08:12:38 UTC RemoteUrl: https://github.com/TanguyBarthelemy/releaser RemoteRef: HEAD RemoteSha: 7cf92a4bb9cdf489b8e8ac4a135c09bba206690c NeedsCompilation: no Packaged: 2026-07-21 10:46:51 UTC; root Author: Tanguy Barthelemy [aut, cre, art] Maintainer: Tanguy Barthelemy