Skip to content

Commit

Permalink
Fix release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Jan 8, 2020
1 parent 960ec64 commit ed053da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LAST_TAG = $(shell git describe --tags --abbrev=0 HEAD)
LAST_TAG = $(shell git describe --tags --abbrev=0 HEAD^)
COMMIT = $(shell git rev-parse --short HEAD)
FULL_COMMIT = $(shell git rev-parse HEAD)
RELEASE_NOTES = $(shell git log ${LAST_TAG}..HEAD --oneline --decorate)
RELEASE_NOTES = `git log ${LAST_TAG}..HEAD --oneline --decorate`
DATE = $(shell date +%Y-%m-%d)
DOCKER_REPO = wi1dcard/v2ray-exporter

Expand Down

0 comments on commit ed053da

Please sign in to comment.