mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Post-release formalities
This commit is contained in:
parent
5a6df62b1c
commit
2df1e64127
4
Makefile
4
Makefile
|
@ -221,7 +221,7 @@ sign:
|
|||
gpg --detach-sign --yes nnn-$(VERSION).tar.gz
|
||||
rm -f nnn-$(VERSION).tar.gz
|
||||
|
||||
upload-local: sign static musl-static
|
||||
upload-local: sign static musl
|
||||
$(eval ID=$(shell curl -s 'https://api.github.com/repos/jarun/nnn/releases/tags/v$(VERSION)' | jq .id))
|
||||
# upload sign file
|
||||
curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
|
||||
|
@ -253,7 +253,7 @@ upload-local: sign static musl-static
|
|||
--upload-file $(BIN)-musl-static-$(VERSION).x86_64.tar.gz
|
||||
|
||||
clean:
|
||||
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-icons-static $(BIN)-icons-static-$(VERSION).x86_64.tar.gz $(BIN)-nerd-static $(BIN)-nerd-static-$(VERSION).x86_64.tar.gz
|
||||
$(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-icons-static $(BIN)-icons-static-$(VERSION).x86_64.tar.gz $(BIN)-nerd-static $(BIN)-nerd-static-$(VERSION).x86_64.tar.gz $(BIN)-musl-static $(BIN)-musl-static-$(VERSION).x86_64.tar.gz
|
||||
|
||||
prepatch:
|
||||
ifeq ($(strip $(O_NAMEFIRST)),1)
|
||||
|
|
|
@ -12,7 +12,7 @@ resource app_version {
|
|||
middle = 1,
|
||||
minor = 1,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
internal = 0,
|
||||
|
||||
short_info = "nnn",
|
||||
|
|
Loading…
Reference in a new issue