Skip to content

Commit

Permalink
fix: release prefix (#5)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Not really. Just fixes stuff.
  • Loading branch information
mnavarrocarter authored May 5, 2022
1 parent 570e9ae commit 6c9c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
'+([0-9])?(.{+([0-9]),x}).x',
'master'
]
tag_format: 'v${version}'
tag_format: '${version}'
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']
env:
Expand Down

0 comments on commit 6c9c77f

Please sign in to comment.