Skip to content

Commit

Permalink
GNUmakefile: update release target to use hub, not defunct github-rel…
Browse files Browse the repository at this point in the history
…ease

Also no longer needs `netrc` utility.
  • Loading branch information
rrthomas committed Nov 21, 2021
1 parent 4670b05 commit 4471fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ zip:
# Needs woger from https://github.com/rrthomas/woger/
release: zip
git diff --exit-code && \
woger github github_user=rjl20 package=$(PROJECT) version=$(VERSION) dist_type=zip github_dist_type=pdf
github-release upload --user rjl20 --repo $(PROJECT) --tag $(TAG) --name $(PROJECT)-$(VERSION).pdf --file $(PROJECT).pdf -s `netrc -p github-release.github.com`
woger github package=$(PROJECT) version=$(VERSION) dist_type=zip
hub release edit $(TAG) --attach $(PROJECT).pdf#$(PROJECT)-$(VERSION).pdf

0 comments on commit 4471fe3

Please sign in to comment.