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

Commit

Permalink
fix: don't release patches for docs and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay authored Aug 10, 2019
1 parent 20637df commit a5aa040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ module.exports = {
},
{
type: 'refactor',
release: 'patch',
release: false,
},
{
type: 'docs',
release: 'patch',
release: false,
},
{
// This means the commit doesn't bump the version, but semrel
Expand Down

0 comments on commit a5aa040

Please sign in to comment.