mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Fixing make release
to also cover package.json.
Per a3de7f3222 (commitcomment-7057689)
This commit is contained in:
parent
7a423b7bb4
commit
5ec0ccec1b
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ endif
|
|||||||
|
|
||||||
release: verify-tag
|
release: verify-tag
|
||||||
@ OLD_TAG=`git describe --abbrev=0 --tags` && \
|
@ OLD_TAG=`git describe --abbrev=0 --tags` && \
|
||||||
replace "$${OLD_TAG/v/}" "$(TAG)" -- nvm.sh install.sh README.markdown && \
|
replace "$${OLD_TAG/v/}" "$(TAG)" -- nvm.sh install.sh README.markdown package.json && \
|
||||||
git commit -m "v$(TAG)" nvm.sh install.sh README.markdown package.json && \
|
git commit -m "v$(TAG)" nvm.sh install.sh README.markdown package.json && \
|
||||||
git tag "v$(TAG)"
|
git tag "v$(TAG)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user