diff --git a/.gitignore b/.gitignore index daeab25..b9e4f07 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ __debug_bin **/tempdata/* !.gitkeep -version.txt testfile.txt /autogit.yml cover.out diff --git a/Taskfile.yml b/Taskfile.yml index 85ebeb4..560b147 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: diff --git a/settings/version.txt b/settings/version.txt new file mode 100644 index 0000000..5969682 --- /dev/null +++ b/settings/version.txt @@ -0,0 +1 @@ +v2.1.2