chore: fix Taskfile commit when change
parent
420adea7e6
commit
00323a8f37
|
|
@ -49,7 +49,10 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- task: docs:cli:generate
|
- task: docs:cli:generate
|
||||||
- git add www/docs/cli
|
- git add www/docs/cli
|
||||||
- "git commit -m 'chore(docs): update CLI documentation'"
|
- |
|
||||||
|
if [[ `git status www/docs/cli --porcelain` ]]; then
|
||||||
|
git commit -m 'chore(docs): update CLI documentation'
|
||||||
|
fi
|
||||||
- task: release:dry-run
|
- task: release:dry-run
|
||||||
- task: release:make
|
- task: release:make
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue