Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
controlol committed Oct 30, 2021
2 parents 584a154 + c7d864e commit 2540aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/node.js.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
major_pattern: "(MAJOR)"
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
minor_pattern: "(MINOR)"
# Indicate whether short tags like 'v1' should be supported. If false only full
# tags like 'v1.0.0' will be recognized.
short_tags: true
# A string to determine the format of the version output
format: "${major}.${minor}.${patch}"
# If this is set to true, *every* commit will be treated as a new version.
Expand Down

0 comments on commit 2540aea

Please sign in to comment.