From 5ce3582ec6f84716c87f0a984403fd4e1a7b6c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= <185338939+llrs-roche@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:14:58 +0200 Subject: [PATCH] Modify assignees and change language code blocks in cran-release.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated assignees and modified code block formatting in CRAN release template. Signed-off-by: LluĂ­s Revilla <185338939+llrs-roche@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/cran-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cran-release.yml b/.github/ISSUE_TEMPLATE/cran-release.yml index d628b98..3c35818 100644 --- a/.github/ISSUE_TEMPLATE/cran-release.yml +++ b/.github/ISSUE_TEMPLATE/cran-release.yml @@ -4,8 +4,8 @@ description: Template for release to CRAN title: "[CRAN Release]: " labels: ["release"] assignees: - - KlaudiaBB - - cicdguy + - donyunardi + - llrs-roche body: - type: markdown attributes: @@ -56,7 +56,7 @@ body: - [ ] Make sure that the minimum dependency versions are updated in the DESCRIPTION file for the package and its reverse dependencies (Optional). - [ ] Increase versioned dependency on {package name} to >=X.Y.Z (Optional). - [ ] Commit your changes and create the PR on GitHub (add "[skip vbump]" in the PR title). Add all updates, commit, and push changes: - ```r + ``` # Make the necessary modifications to your files # Stage the changes git add @@ -75,7 +75,7 @@ body: - [ ] Build the package locally using the command:`R CMD build .` which will generate a .tar.gz file necessary for the CRAN submission. - [ ] Submit the package to https://win-builder.r-project.org/upload.aspx for testing, for more details please see "Building and checking R source packages for Windows": https://win-builder.r-project.org/. - [ ] Once tested, tag the update(s) as a release candidate vX.Y.Z-rc (e.g. v0.5.3-rc1) on the release candidate branch (release-candidate-vX.Y.Z). - ```r + ``` # Create rc tag for submission for internal validation git tag vX.Y.Z-rc git push origin vX.Y.Z-rc