Skip to content

Commit 7811dd8

Browse files
committed
Cleanup outdated vars
1 parent 23b3317 commit 7811dd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
PREFIX = /usr/local
22
SHAREDIR = $(PREFIX)/share/archlinux
33
BINDIR = $(PREFIX)/bin
4-
REPO = contrib
5-
TAG = $(shell git describe --abbrev=0 --tags)
64

75
BASH_SCRIPTS = \
86
admin/checkservices \
@@ -42,7 +40,7 @@ release:
4240
git describe --exact-match >/dev/null 2>&1 && { echo "Last commit is already tagged" >&2; exit 1; }
4341
git tag -s $(shell date +%Y%m%d)
4442
git push --tags
45-
gh release create --generate-notes ${TAG}
43+
gh release create --generate-notes $(shell date +%Y%m%d)
4644

4745
check: check-bash check-python
4846

0 commit comments

Comments
 (0)