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

Commit

Permalink
fix: skip-version should skip version, not skip-release
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay authored Aug 10, 2019
1 parent 9599897 commit d85e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = {
release: 'patch',
},
{
subject: '/skip-release/',
subject: '/skip-version/',
release: false,
},
],
Expand Down

0 comments on commit d85e3cc

Please sign in to comment.