Skip to content

Commit

Permalink
ci: release配置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 22, 2022
1 parent 462d5f2 commit 4bc22c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "main-${version}",
"tagAnnotation": "main Release ${version}"
"commitMessage": "chore: template-release v${version}",
"tagName": "template-${version}",
"tagAnnotation": "Template Release ${version}"
},
"github": {
"release": true,
"releaseName": "Release ${version}"
"releaseName": "Template Release ${version}"
},
"npm": {
"publish": false,
Expand Down Expand Up @@ -64,7 +64,7 @@
}
]
},
"infile": "CHANGELOG.md",
"infile": "Template CHANGELOG.md",
"ignoreRecommendedBump": true
}
}
Expand Down

0 comments on commit 4bc22c3

Please sign in to comment.