Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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~
Expand All @@ -22,4 +22,4 @@ go.work
kconsole
target/
coverage.txt
.vscode/
.vscode/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -103,4 +103,4 @@ endif

goreleaser-snapshot:
goreleaser build --single-target --snapshot --rm-dist
dist/kconsole_darwin_amd64/kconsole version
dist/kconsole_darwin_amd64/kconsole version