Skip to content

Commit 28f0db2

Browse files
committed
no notes
1 parent fb27c8e commit 28f0db2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .licenserc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ header:
3939
- '**/*.md.gotmpl'
4040
- '**/*.json'
4141
- '**/default.conf'
42+
- '**/*.txt'
4243

4344

4445

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tasks:
4141

4242
image-tag:
4343
- git tag -d $(git tag)
44-
- git tag -f {{.BASETAG}}.$(date +%y%m%d%H){{.S}}
44+
- git tag -f {{.BASETAG}}.$(date +%y%m%d%H%M){{.S}}
4545
- task show
4646

4747
show:

0 commit comments

Comments
 (0)