Skip to content

Commit

Permalink
release rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
yubo committed Aug 4, 2021
1 parent 4f1658a commit 02a0aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: pkg clean release release dev devrun

VERSION=5.0.0
RELEASE=1
RELEASE=rc7
GENERATOR=RPM
APP_NAME?=n9e-agentd
CGO_ENABLED?=1
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ if ${pre} || [[ "$RELEASE" == "rc"* ]]; then
v${VERSION}-${RELEASE} ${dst_dir}
else
# release
ghr -u n9e -r n9e-agentd -delete v${VERSION}-${RELEASE} ${dst_dir}
ghr -u n9e -r n9e-agentd -delete v${VERSION} ${dst_dir}
fi

0 comments on commit 02a0aa4

Please sign in to comment.