mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-18 12:59:51 +00:00
Add support to bump the version on each commit (MINOR)
This commit is contained in:
parent
959e71ff1c
commit
1412b429b4
5 changed files with 85 additions and 1 deletions
|
|
@ -85,6 +85,8 @@ it will be given the new version if the build were to be retriggered, for exampl
|
|||
# Indicate whether short tags like 'v1' should be supported. If false only full
|
||||
# tags like 'v1.0.0' will be recognized.
|
||||
short_tags: true
|
||||
# If this is set to true, *every* commit will be treated as a new version.
|
||||
bump_each_commit: false
|
||||
```
|
||||
|
||||
## Using Multiple Versions in the Same Repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue