Skip to content

Commit 2fdc7a3

Browse files
authored
feat: add silent for tag (#42)
1 parent 28041ef commit 2fdc7a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskfile/global.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ tasks:
9393
cmd: cat ./next_upgrade.md
9494

9595
tag:
96+
silent: true
9697
internal: true
9798
requires:
9899
vars: [ STAGE ]
@@ -106,6 +107,7 @@ tasks:
106107
vars: { STAGE: "{{.STAGE}}", TAG: "{{.TAG}}" }
107108

108109
_tag:
110+
silent: true
109111
internal: true
110112
vars:
111113
hasXsel:

0 commit comments

Comments
 (0)