We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b98a2d commit 09d5cefCopy full SHA for 09d5cef
makefile
@@ -28,11 +28,11 @@ deb:
28
@echo Go grab a coffee...
29
docker stop nyaa-deb || true
30
docker rm nyaa-deb || true
31
- VERSION=$(VERSION) docker compose up
+ cd scripts; VERSION=$(VERSION) docker compose up
32
cp "scripts/docker-deb/nyaa-$(VERSION)-x86_64.deb" "release/$(VERSION)/"
33
34
gh:
35
- $(shell ./scripts/notes.sh) | gh release create v$(VERSION) release/$(VERSION)/* --draft -F - --title v$(VERSION) --latest
+ gh release create v$(VERSION) release/$(VERSION)/* --draft --title v$(VERSION) --latest
36
37
changelog:
38
@echo "Adds:"
scripts/notes.sh
0 commit comments