mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-08-25 00:00:22 +08:00
Fixing make release to also cover package.json.
Per https://github.com/creationix/nvm/commit/a3de7f322233ab2b17ad6a69ea56877e417057cd#commitcomment-7057689
This commit is contained in:
@@ -20,7 +20,7 @@ endif
|
||||
|
||||
release: verify-tag
|
||||
@ 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 tag "v$(TAG)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user