update_rev_in_config | R Documentation |
.pre-commit-config
fileThis is useful in the release process because when releasing a new version,
we must make sure the template that is used with precommit::use_precommit()
is up-to date. Also, after we pushed the release to GitHub, we want to update
the hooks from our own hook repo in the source repo too (we could also do that
with precommit::autoupdate()
though).
update_rev_in_config(new_version, path = "inst/pre-commit-config.yaml")
new_version |
The version string of the new version. |
path |
The path to a pre-commit config file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.