This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(main): add release for branch (#33)
* feature(main): add release for branch Signed-off-by: cuisongliu <[email protected]> * feature(main): add release for branch Signed-off-by: cuisongliu <[email protected]> --------- Signed-off-by: cuisongliu <[email protected]>
- Loading branch information
1 parent
c9bf839
commit 3b9b56c
Showing
5 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ const ( | |
gitCommit = "cd /tmp/fork-sealos-repo && git commit -am '%s' -s" | ||
gitRelease = "cd /tmp/fork-sealos-repo && git describe --abbrev=0 --tags" | ||
gitTag = "cd /tmp/fork-sealos-repo && git fetch --tags && git tag -l" | ||
gitCheck = "cd /tmp/fork-sealos-repo && git checkout fork/%s" | ||
gitNewTag = "cd /tmp/fork-sealos-repo && git tag %s" | ||
gitAddRemote = "cd /tmp/fork-sealos-repo && git remote add fork https://%s:%[email protected]/%s.git" | ||
gitPushRemote = "cd /tmp/fork-sealos-repo && git push -f fork %s" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters