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

Enable autoversionning via github actions #3

Open
ALanguillaume opened this issue Jun 30, 2022 · 0 comments
Open

Enable autoversionning via github actions #3

ALanguillaume opened this issue Jun 30, 2022 · 0 comments

Comments

@ALanguillaume
Copy link
Contributor

Ideally the datasets should be updated regularly.

This could be done by running a sort of CRON job on github actions every month so that
cran_monthly_package_number and may be also cran_packages_history are regularly updated.

A function must then be written that will perform the automatic version bump.

The versioning pattern could be the following:

  • major: functional version only incremented if there is a change in API or added feature.
  • minor.patch.dev: a date stamp of the form yy.mm.dd corresponding to the date of the automatic update.

ex: 1.22.07.01 This will be version 1 with datasets updated on July 1st 2022.

@ALanguillaume ALanguillaume changed the title Unable autoversionning via github actions Enable autoversionning via github actions Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant