mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
chore(semantic-release): move pre-commit script back to root dir
* https://freenode.logbot.info/saltstack-formulas/20190305#c2040419
This commit is contained in:
parent
a52523b9f4
commit
4601d38289
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
changelogTitle: '# Changelog',
|
||||
}],
|
||||
['@semantic-release/exec', {
|
||||
prepareCmd: 'sh bin/pre-commit_semantic-release.sh ${nextRelease.version}',
|
||||
prepareCmd: 'sh ./pre-commit_semantic-release.sh ${nextRelease.version}',
|
||||
}],
|
||||
['@semantic-release/git', {
|
||||
assets: ['*.md', 'docs/*.rst', 'FORMULA'],
|
||||
|
|
Loading…
Add table
Reference in a new issue