Skip to content

Commit bfd3257

Browse files
committed
release: version 12.1.0b6 🚀
1 parent e04aa82 commit bfd3257

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ endif
7171
@git commit -m "release: version $${TAG} 🚀"
7272
@echo "creating git tag : v$${TAG}"
7373
@git tag v$${TAG}
74-
@git push -u origin HEAD --tags
74+
@git push --tags
7575
@git checkout beta && git pull && git rebase dev && git push;
7676
@if ! echo "$${VERSION_STR}" | grep -q "b"; then \
77-
git checkout main && git rebase dev && git push; \
77+
# git checkout main && git rebase dev && git push; \
7878
fi
7979
@git checkout dev
8080
@echo "Github Actions will detect the new tag and release the new version."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.1.0b4
1+
12.1.0b6

hiddify-panel/src

Submodule src updated from a5916f2 to f12d225

0 commit comments

Comments
 (0)