We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385c065 commit f60cccaCopy full SHA for f60ccca
Makefile
@@ -44,7 +44,7 @@ release: test
44
echo "'$(VER)' is invalid. Please call this like 'make release VER=v0.0.0'"; \
45
exit 1; \
46
fi
47
- sed -i '' -e "/.*>version<.*/{n;s/v?[0-9]\.[0-9]\.[0-9]/$(VER)/;}" $(PLIST)
+ sed -i '' -e "/.*>version<.*/{n;s/v[0-9]\.[0-9]\.[0-9]/$(VER)/;}" $(PLIST)
48
git add $(PLIST)
49
git commit -m 'Release $(VER)'
50
git tag $(VER)
resources/info.plist
@@ -413,7 +413,7 @@ Split sentence.</string>
413
</dict>
414
415
<key>version</key>
416
- <string>v0.1.1</string>
+ <string>v0.2.0</string>
417
<key>webaddress</key>
418
<string>https://www.poyo.info/</string>
419
0 commit comments