Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] Simplify the publishing process to CRAN #11

Closed
2 tasks done
tbouffard opened this issue Aug 25, 2021 · 1 comment · Fixed by #144
Closed
2 tasks done

[INFRA] Simplify the publishing process to CRAN #11

tbouffard opened this issue Aug 25, 2021 · 1 comment · Fixed by #144
Assignees
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Milestone

Comments

@tbouffard
Copy link
Member

tbouffard commented Aug 25, 2021

Prerequisites: #10

Currently (v0.2.0), the release process explains that the source archive that is submitted to CRAN has to be built locally. This is a pain and error prone. So this should be automated instead
We could

  • create a GH worfkow triggered on tag creation (see also [INFRA] Automate tag and files update #47) and workflow_dispatch (for manual rerun on issue)
  • or reuse the existing "build" workflow and allow to run it with workflow_dispatch (for manual run)

Tasks

  • Allow to run the existing build worfklow on workflow_dispatch and when a new tag is published
  • Update the release procedure to use the workflow instead of building locally
@tbouffard tbouffard added chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...) and removed infra:repo labels Aug 30, 2022
@tbouffard tbouffard pinned this issue Aug 30, 2022
@tbouffard tbouffard unpinned this issue Aug 30, 2022
@tbouffard tbouffard changed the title [INFRA] Automate publishing to CRAN [INFRA] Simplify the publishing to CRAN Oct 26, 2022
@tbouffard tbouffard changed the title [INFRA] Simplify the publishing to CRAN [INFRA] Simplify the publishing process to CRAN Oct 27, 2022
@tbouffard tbouffard added this to the 0.2.2 milestone Nov 17, 2022
@tbouffard
Copy link
Member Author

Decision: add workflow_dispatch to the existing build workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant