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:
11
11
.PHONY : clean
12
12
13
13
update-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
15
15
mv docs/install.md.tmp docs/install.md
16
16
.PHONY : update-installdoc
17
17
18
18
update-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
20
20
mv CHANGELOG.md.tmp CHANGELOG.md
21
21
.PHONY : update-changelog
22
22
23
23
prepare-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 ) "
25
25
git push
26
26
.PHONY : prepare-release
You can’t perform that action at this time.
0 commit comments