mirror of
https://github.com/nsnail/dot.git
synced 2025-04-14 09:32:49 +08:00
chore(release): 2.0.5
This commit is contained in:
parent
d587b69ca5
commit
f4fcf8aea4
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
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.5](https://github.com/nsnail/dot/compare/v2.0.4...v2.0.5) (2023-12-15)
|
||||||
|
|
||||||
### [2.0.4](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.4) (2023-12-15)
|
### [2.0.4](https://github.com/nsnail/dot/compare/v1.1.1...v2.0.4) (2023-12-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cz-git": "^1.7.1",
|
"cz-git": "^1.7.1",
|
||||||
"commitizen": "^4.3.0",
|
"commitizen": "^4.3.0",
|
||||||
|
@ -16,6 +16,9 @@ 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
|
||||||
|
$tag = $(git describe --tags $(git rev-list --tags --max-count=1))
|
||||||
|
git tag -d $tag
|
||||||
|
git tag $tag
|
||||||
git push --tags origin release
|
git push --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』退出"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user