update zss version #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: update zss version | |
on: | |
workflow_dispatch | |
jobs: | |
autoversion: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: update zss version | |
uses: paulhatch/[email protected] | |
with: | |
# The prefix to use to identify tags | |
tag_prefix: "v" | |
major_pattern: "release:" | |
minor_pattern: "/(feat|feature):/" | |
bump_each_commit: true | |
bump_each_commit_patch_pattern: "/(fix:add):/" |