-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Automate GitHub releases #522
Comments
I think that detecting There are some workflows that automatically bump R package versions that we could in tandem, so that both R version and tag creation was automated every time that branch is merged to This could be skipped with keywords on PR title (such as [skip-tag]). I could try to set up POC on a forked repository to better evaluate.
This is an easy test for the next merge. I think that tags are not branch-context-dependent, but I'd have to a have a thorough look at the git documentation. |
There is already a template: https://github.com/lorenzwalthert/precommit/blob/main/.github/workflows/hook-release.yml. Also, the functionality is already in |
hook-dependency-update
was merged intomain
. But probably easier is just as part of the hook dependency update. Also belongs together semantically.release_gh()
works locally currently.main
branch to be recognised withpre-commit autoupdate
. Does it work if we tag on branchhook-dependency-update
and then merge tomain
?The text was updated successfully, but these errors were encountered: