mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
fix(convert-formula.sh): reset version to 1.0.0
This commit is contained in:
parent
aca4e44289
commit
39889ce303
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ convert_formula() {
|
|||
ex -u NONE -sc '%s/^.. <REMOVEME\_.\{-}.. REMOVEME>/None/g|x' docs/README.rst
|
||||
ex -u NONE -sc '%s/^\s*# <REMOVEME\_.\{-}# REMOVEME>\n//g|x' .travis.yml
|
||||
ex -u NONE -sc '%s/^\s*# <REMOVEME\_.\{-}# REMOVEME>\n//g|x' .rubocop.yml
|
||||
ex -u NONE -sc '%s/^\(version:\).*/\1 1.0.0/g|x' FORMULA
|
||||
# shellcheck disable=SC2016 # Expressions don't expand in single quotes
|
||||
git commit --quiet --all \
|
||||
--message 'feat: convert `template-formula` to `'"${NEW_NAME}"'-formula`' \
|
||||
|
|
Loading…
Add table
Reference in a new issue