We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04aa82 commit bfd3257Copy full SHA for bfd3257
3 files changed
Makefile
@@ -71,10 +71,10 @@ endif
71
@git commit -m "release: version $${TAG} 🚀"
72
@echo "creating git tag : v$${TAG}"
73
@git tag v$${TAG}
74
- @git push -u origin HEAD --tags
+ @git push --tags
75
@git checkout beta && git pull && git rebase dev && git push;
76
@if ! echo "$${VERSION_STR}" | grep -q "b"; then \
77
- git checkout main && git rebase dev && git push; \
+# git checkout main && git rebase dev && git push; \
78
fi
79
@git checkout dev
80
@echo "Github Actions will detect the new tag and release the new version."
VERSION
@@ -1 +1 @@
1
-12.1.0b4
+12.1.0b6
hiddify-panel/src
0 commit comments