Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 20:54

New Features

You can select the version component to update.
By default, the minor version is updated.
Valid values are major, minor, patch.

Example to update the patch version:

    - uses: fwilhe2/bump-version@main
      id: bump
      with:
        component: patch
    - run: echo ${{ steps.bump.outputs.newVersion }}