We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 584a154 + c7d864e commit 2540aeaCopy full SHA for 2540aea
.github/workflows/node.js.yml
.github/workflows/semantic-release.yml
@@ -58,6 +58,9 @@ jobs:
58
major_pattern: "(MAJOR)"
59
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
60
minor_pattern: "(MINOR)"
61
+ # Indicate whether short tags like 'v1' should be supported. If false only full
62
+ # tags like 'v1.0.0' will be recognized.
63
+ short_tags: true
64
# A string to determine the format of the version output
65
format: "${major}.${minor}.${patch}"
66
# If this is set to true, *every* commit will be treated as a new version.
0 commit comments