From 409552098f9751aa301132e5b4c4516cbaa315b7 Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 29 Dec 2023 17:16:47 +0800 Subject: [PATCH 1/2] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 27c1c35215078c23324dc62f4f54361ff9f64877 Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 29 Dec 2023 17:16:56 +0800 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/