release: version 0.12.6
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
<string>1.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ios.libcore.hiddify</string>
|
||||
<key>CFBundleShortVersionString</key><string>0.12.5</string>
|
||||
<key>CFBundleVersion</key><string>0.12.5</string>
|
||||
<key>CFBundleShortVersionString</key><string>0.12.6</string>
|
||||
<key>CFBundleVersion</key><string>0.12.6</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>15.0</string>
|
||||
</dict>
|
||||
|
||||
1
Makefile
1
Makefile
@@ -68,5 +68,6 @@ release: # Create a new tag for release.
|
||||
git commit -m "release: version $${TAG}" && \
|
||||
echo "creating git tag : v$${TAG}" && \
|
||||
git tag v$${TAG} && \
|
||||
git push && \
|
||||
git push -u origin HEAD --tags && \
|
||||
echo "Github Actions will detect the new tag and release the new version."'
|
||||
|
||||
Reference in New Issue
Block a user