Skip to content

Commit

Permalink
ci: 发版本自动更新静态文件版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 15, 2024
1 parent e01fcdc commit 5ef1f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newpatch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

./update-static-version.py
cz bump --check-consistency --increment patch

git push -u origin main --tags
1 change: 1 addition & 0 deletions newversion.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

./update-static-version.py
cz bump --check-consistency

git push -u origin main --tags

0 comments on commit 5ef1f2d

Please sign in to comment.