Reusable workflows/actions using magical_version_bump package to modify your project's version. You can find the package here.
Refer to the package's documentation for more information.
Consider using v2
and above. Why?
v1
has reusable workflows which do modify but you may need to store the updated yaml file as an artifact and replacing the old one in a new job.v2
and above includesactions
you can use in your steps. Reusable workflows also modify and push the changes to your repo.
NB: Reusable workflows must be triggered as a job
while actions are triggered in steps
. Learn more.
Access documentation about actions at ACTIONS.md
Access documentation about workflows at WORKFLOWS.md
CAUTION: Be careful when choosing a tag to prevent erroneous bumps/commits/tags