Skip to content

Commit 2540aea

Browse files
committed
2 parents 584a154 + c7d864e commit 2540aea

File tree

2 files changed

+3
-58
lines changed

2 files changed

+3
-58
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
major_pattern: "(MAJOR)"
5959
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
6060
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
6164
# A string to determine the format of the version output
6265
format: "${major}.${minor}.${patch}"
6366
# If this is set to true, *every* commit will be treated as a new version.

0 commit comments

Comments
 (0)