Skip to content

Commit

Permalink
update ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 11, 2024
1 parent a05d0e4 commit cd9a6a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
#
# Howto release the New Version:
#
# 1. `$0 update`: upgrade deps and make security patches
# 1. `$0 update` : upgrade deps and make security patches
# 2. edit doc.go and CHANGELOG
# 3. `$0 update-main`: upgrade deps to the releasing version of main lib (hedzr/store)
# 4. `make cov`: ensure all tests passed
# 5. commit all, bump version, push all
# 3. `$0 update-main` : upgrade deps to the releasing version of main lib (hedzr/store)
# 4. `make cov` : ensure all tests passed
# 5. `git push --all` : commit all, and wait for remote tests passed
# 6. `git tag $VER && git push --all && git push --tags` : bump version, push it
# 7. `$0 pushlish-all && git push --all && git push --tags` : release the submodules
#
# Using ci.sh to upgrade go modules under current directory, try this:
#
Expand Down

0 comments on commit cd9a6a7

Please sign in to comment.