Skip to content

Commit 42b574d

Browse files
0.1.0-2408041431.dev
1 parent 860ba64 commit 42b574d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks:
3636
- echo "{{.BASEVER}}-$(date +%y%m%d%H%M).{{.VARIANT}}" >version.txt
3737
- echo "{{.BASEVER}}" >branch.txt
3838
- git add version.txt branch.txt
39-
- git commit -m "$(cat version.txt)"
39+
- git commit -m "$(cat version.txt)" || true
4040
- git tag -f "v$(cat version.txt)"
4141

4242

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-2408041430.dev
1+
0.1.0-2408041431.dev

0 commit comments

Comments
 (0)