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 to bin/
subdir
This commit is contained in:
parent
b86ddf4ce7
commit
f341bdb8ef
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
changelogTitle: '# Changelog',
|
||||
}],
|
||||
['@semantic-release/exec', {
|
||||
prepareCmd: 'sh ./update_FORMULA.sh ${nextRelease.version}',
|
||||
prepareCmd: 'sh bin/pre-commit_semantic-release.sh ${nextRelease.version}',
|
||||
}],
|
||||
['@semantic-release/git', {
|
||||
assets: ['*.md', 'docs/*.rst', 'FORMULA'],
|
||||
|
|
Loading…
Add table
Reference in a new issue