Fix use of wrong name variable.
This commit is contained in:
parent
0e2b595635
commit
f6407d596b
4
Makefile
4
Makefile
@ -302,8 +302,8 @@ withtests :
|
||||
ifneq "$(wildcard npm-shrinkwrap.json)" ""
|
||||
|
||||
tag : .events/CHANGELOG jshint release
|
||||
git commit -am "Release $(name) v$(version)."
|
||||
git tag -a $(version) -m "$(name) v$(version)."
|
||||
git commit -am "Release $(meta_name) v$(version)."
|
||||
git tag -a $(version) -m "$(meta_name) v$(version)."
|
||||
|
||||
else
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user