-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(git): 從 git 的 tag 列表中取得已經推送過的版本列表
- Loading branch information
1 parent
d6aa08d
commit 592f1fb
Showing
4 changed files
with
79 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
"221.179", | ||
"221.114", | ||
"213.284", | ||
"223.35" | ||
"223.35", | ||
"222.151" | ||
] |
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 |
---|---|---|
|
@@ -72,10 +72,10 @@ | |
"dependencies": { | ||
"@bluelovers/fast-glob": "^3.0.4", | ||
"@bluelovers/string-natural-compare": "^2.0.7", | ||
"@git-lazy/branch": "^1.0.38", | ||
"@git-lazy/spawn": "^1.0.33", | ||
"@git-lazy/tag": "^1.0.14", | ||
"@git-lazy/tag-list": "^1.0.4", | ||
"@git-lazy/branch": "^1.0.39", | ||
"@git-lazy/spawn": "^1.0.34", | ||
"@git-lazy/tag": "^1.0.15", | ||
"@git-lazy/tag-list": "^1.0.5", | ||
"@lazy-cjk/zh-convert": "^1.0.44", | ||
"@lazy-node/semver-part": "^1.0.13", | ||
"@lazy-node/semver-simple-parse": "^2.0.0", | ||
|
@@ -139,8 +139,8 @@ | |
"@types/semver": "^7.3.10", | ||
"@types/yargs": "^17.0.10", | ||
"@yarn-tool/changelog": "^2.0.1", | ||
"git-diff-from": "^1.1.31", | ||
"gitlog2": "^5.0.27" | ||
"git-diff-from": "^1.1.32", | ||
"gitlog2": "^5.0.28" | ||
}, | ||
"peerDependencies": {}, | ||
"packageManager": "[email protected]" | ||
|
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