Standard Version
ActionsCalculate new version based on Conventional Commits, update CHANGELOG and create new git tag
v1.0.5
LatestBy qzb
Tags
(2)This Github Action calculates the new version based on Conventional Commits, updates CHANGELOG, and creates the new git tag. It's powered by Standard Version.
This action doesn't accept any inputs. If you want to change a configuration, create a versionrc file.
- uses: actions/checkout@v2
- name: Configure committer
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Bump version
uses: qzb/[email protected]Standard Version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.