Skip to content

Commit

Permalink
fix: commit file version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jul 28, 2024
1 parent dd6a932 commit 948823b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
__debug_bin
**/tempdata/*
!.gitkeep
version.txt
testfile.txt
/autogit.yml
cover.out
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks:

build-version:
cmds:
- autogit semver --publish > settings/version.txt || echo 'not installed autogit' > settings/version.txt
- AUTOGIT_LOG_LEVEL=WARN autogit semver --publish > settings/version.txt || echo 'not installed autogit' > settings/version.txt

build:test:
cmds:
Expand Down
1 change: 1 addition & 0 deletions settings/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v2.1.2

0 comments on commit 948823b

Please sign in to comment.