Skip to content

Commit

Permalink
Fix: Removing 'skip-ci' element of commit message for semantic releas…
Browse files Browse the repository at this point in the history
…e tags (#332)
  • Loading branch information
cahirodoherty-learningpool authored Mar 14, 2023
1 parent a20c21a commit a39ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"assets": [
"package.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "Chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit a39ed02

Please sign in to comment.