Browse Source

Fixing `make release` to also cover package.json.

Per a3de7f3222 (commitcomment-7057689)
master
Jordan Harband 11 years ago
parent
commit
5ec0ccec1b
  1. 2
      Makefile

2
Makefile

@ -20,7 +20,7 @@ endif @@ -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)"

Loading…
Cancel
Save