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-02 13:54:36 UTC RemoteUrl: https://github.com/TanguyBarthelemy/releaser RemoteRef: HEAD RemoteSha: c959d4419ada727d15558bb671c598e10df21daa NeedsCompilation: no Packaged: 2026-07-02 15:21:02 UTC; root Author: Tanguy Barthelemy [aut, cre, art] Maintainer: Tanguy Barthelemy