Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: use skip- version to skip versioning, not skip- release
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay authored Aug 10, 2019
1 parent d85e3cc commit a2d9802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ module.exports = {
release: 'patch',
},
{
// This means the commit doesn't bump the version, but semrel
// may still run. Use skip-release to skip semrel CI stage.
subject: '/skip-version/',
release: false,
},
Expand Down

0 comments on commit a2d9802

Please sign in to comment.