5 Commits

Author SHA1 Message Date
tk
57204ecf6d chore(release): 2.0.4 2023-12-15 17:17:54 +08:00
285649cb8e build: 📦 构建脚本优化 (#27) 2023-12-15 17:12:44 +08:00
55f077d12f build: 📦 构建脚本优化 (#26) 2023-12-15 16:54:22 +08:00
e16378817c merge
chore(release): 2.0.2
2023-12-15 16:49:25 +08:00
tk
95a99a17b8 chore(release): 2.0.2 2023-12-15 16:48:26 +08:00
3 changed files with 4 additions and 11 deletions

View File

@ -2,16 +2,9 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.1](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.1) (2023-12-14) ### [2.0.4](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.4) (2023-12-15)
### Bug Fixes ### Bug Fixes
* 🐛 构建脚本缺陷 ([#15](https://github.com/nsnail/dot/issues/15)) ([d4d5467](https://github.com/nsnail/dot/commit/d4d5467656182457e6cb3a679026ac596676e81c)) * 🐛 构建脚本缺陷 ([#15](https://github.com/nsnail/dot/issues/15)) ([d4d5467](https://github.com/nsnail/dot/commit/d4d5467656182457e6cb3a679026ac596676e81c))
## [2.0.0](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.0) (2023-12-13)
### Bug Fixes
* 🐛 构建脚本缺陷 ([#15](https://github.com/nsnail/dot/issues/15)) ([d4d5467](https://github.com/nsnail/dot/commit/d4d5467656182457e6cb3a679026ac596676e81c))

View File

@ -1,5 +1,5 @@
{ {
"version": "2.0.1", "version": "2.0.4",
"devDependencies": { "devDependencies": {
"cz-git": "^1.7.1", "cz-git": "^1.7.1",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
@ -11,4 +11,4 @@
"path": "node_modules/cz-git" "path": "node_modules/cz-git"
} }
} }
} }

View File

@ -16,7 +16,7 @@ git checkout -b release
cd ./scripts cd ./scripts
./code.clean.ps1 ./code.clean.ps1
git commit --amend --no-edit -a git commit --amend --no-edit -a
git push --follow-tags --force origin release git push --follow-tags origin release
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release" Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...release"
Write-Host "按『Enter』回到主分支『Ctrl+C』退出" Write-Host "按『Enter』回到主分支『Ctrl+C』退出"
Pause Pause