diff --git a/.gitignore b/.gitignore index 858f017..1326900 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # If you prefer the allow list template instead of the deny list, see community template: # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# +#123 # Binaries for programs and plugins *.exe *.exe~ @@ -22,4 +22,4 @@ go.work kconsole target/ coverage.txt -.vscode/ \ No newline at end of file +.vscode/ diff --git a/Makefile b/Makefile index e900652..ce31ea3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: build clean - +123 # get tag of kconsole kconsole_VERSION=$(shell git describe --tags `git rev-list --tags --max-count=1`) TAG=$(kconsole_VERSION) @@ -103,4 +103,4 @@ endif goreleaser-snapshot: goreleaser build --single-target --snapshot --rm-dist - dist/kconsole_darwin_amd64/kconsole version \ No newline at end of file + dist/kconsole_darwin_amd64/kconsole version