Skip to content

Commit 5c5632c

Browse files
committed
util: Uncomment push commands for util/release-repo.bash
1 parent eaccc7c commit 5c5632c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/release-repo.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ release() (
3232
cd "$repo_dir" || exit
3333
git add -A .
3434
git commit -m "Release $YS_RELEASE_VERSION_NEW"
35-
# git push
35+
git push
3636
git tag "v$YS_RELEASE_VERSION_NEW"
37-
# git push --tags
37+
git push --tags
3838
)
3939

4040
true

0 commit comments

Comments
 (0)