Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
slmingol committed Mar 16, 2022
1 parent 2163bb0 commit 3356a00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
export GITHUB_TOKEN = ${GO_RELEASER_GITHUB_TOKEN}

.PHONY: list
list:
@$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \
| awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' \
| sort \
| egrep -v -e '^[^[:alnum:]]' -e '^$@$$'

install:
go install doxctl

Expand All @@ -22,13 +29,6 @@ commit:
test:
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

.PHONY: list
list:
@$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \
| awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' \
| sort \
| egrep -v -e '^[^[:alnum:]]' -e '^$@$$'

### Useful for debugging ###
#goreleaser release --skip-validate --rm-dist --debug #--skip-publish

Expand Down
10 changes: 5 additions & 5 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tue Mar 15 20:14:58 EDT 2022
snapshot.version=0.0.53-alpha
snapshot.lasttag=0.0.52-alpha
snapshot.revision=107
snapshot.hightag=0.0.52-alpha
# Tue Mar 15 20:15:58 EDT 2022
snapshot.version=0.0.54-alpha
snapshot.lasttag=0.0.53-alpha
snapshot.revision=108
snapshot.hightag=0.0.53-alpha
snapshot.branch=main
# end of file

0 comments on commit 3356a00

Please sign in to comment.