powered by
Calls the following functions:
update_news()
update_version(), using the which argument
update_version()
which
Depending on the which argument:
If "dev", finalize_version()
"dev"
finalize_version()
Otherwise, commit_version().
commit_version()
bump_version(which = "dev")
Component of the version number to update. Supported values are "dev" (default), "patch", "minor" and "major".
"patch"
"minor"
"major"