Skip to content

Commit 68f9eb9

Browse files
committed
added -silent flag to print no output on successful commands
1 parent 1f95b48 commit 68f9eb9

File tree

6 files changed

+102
-156
lines changed

6 files changed

+102
-156
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
githash = $(shell git rev-parse --short HEAD)
22
SHORT_SHA = ${githash}
3-
VERSION = v0.1.0
43

54
.PHONY: install genoto
65

76
install:
8-
cd cmd/pace && go install -ldflags="-X 'main.ShortSHA=${SHORT_SHA}' -X 'main.Version=${VERSION}'"
7+
cd cmd/pace && go install -ldflags="-X 'main.ShortSHA=${SHORT_SHA}' -X 'main.Version=dev-${SHORT_SHA}'"
98

109
genoto:
1110
oto \

cmd/pace/.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# This is an example goreleaser.yaml file with some sane defaults.
22
# Make sure to check the documentation at http://goreleaser.com
3-
before:
4-
hooks:
5-
# You may remove this if you don't use go modules.
6-
- go mod download
73
builds:
84
- env:
95
- CGO_ENABLED=0

cmd/pace/cli.gen.go

Lines changed: 66 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/pace/go.mod

Lines changed: 0 additions & 7 deletions
This file was deleted.

cmd/pace/go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)