Skip to content

Calculate new version based on Conventional Commits, update CHANGELOG and create new git tag

License

Notifications You must be signed in to change notification settings

qzb/standard-version-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Standard Version Action

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.

Inputs

This action doesn't accept any inputs. If you want to change a configuration, create a versionrc file.

Example usage

- uses: actions/checkout@v2
- name: Configure committer
  run: |
    git config user.name "GitHub Actions Bot"
    git config user.email "<>"
- name: Bump version
  uses: qzb/standard-version-action@v1.0.5

About

Calculate new version based on Conventional Commits, update CHANGELOG and create new git tag

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •