We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3ebc4 commit 5e211ebCopy full SHA for 5e211eb
1 file changed
Makefile
@@ -254,7 +254,7 @@ upload: dist version-test
254
# from it (tail + sed) and then create a Github release with that.
255
release:
256
gh auth status
257
- @X=`git describe --exact-match HEAD` && ( git tag -n1000 "$$X" | tail -n +3 | sed 's/^[[:blank:]]\{,4\}\(.*\)$$/\1/' | tee .release-notes | gh release create --generate-notes "$$X" --notes-files - )
+ @X=`git describe --exact-match HEAD` && ( git tag -n1000 "$$X" | tail -n +3 | sed 's/^[[:blank:]]\{,4\}\(.*\)$$/\1/' | tee .release-notes | gh release create --generate-notes "$$X" --notes-file - )
258
@cat .release-notes
259
260
runner-version-matrix:
0 commit comments