File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ clean:
1111.PHONY : clean
1212
1313update-installdoc :
14- cat docs/install.md | ./scripts/update-install-doc.sh $(NEW_VERSION ) > docs/install.md.tmp
14+ cat docs/install.md | ./scripts/update-install-doc.sh $(VERSION ) > docs/install.md.tmp
1515 mv docs/install.md.tmp docs/install.md
1616.PHONY : update-installdoc
1717
1818update-changelog :
19- cat CHANGELOG.md | ./scripts/update-changelog.sh $(NEW_VERSION ) > CHANGELOG.md.tmp
19+ cat CHANGELOG.md | ./scripts/update-changelog.sh $(VERSION ) > CHANGELOG.md.tmp
2020 mv CHANGELOG.md.tmp CHANGELOG.md
2121.PHONY : update-changelog
2222
2323prepare-release : update-changelog update-installdoc .commit-and-push-changelog-and-docs
24- git commit -am " Update CHANGELOG and docs for v$( NEW_VERSION ) "
24+ git commit -am " Update CHANGELOG and docs for v$( VERSION ) "
2525 git push
2626.PHONY : prepare-release
You can’t perform that action at this time.
0 commit comments