Skip to content

Commit

Permalink
feat(release): 添加 release-it 发布工具
Browse files Browse the repository at this point in the history
  • Loading branch information
cklwblove committed Aug 13, 2021
1 parent 62a4c9c commit 61742fd
Show file tree
Hide file tree
Showing 2 changed files with 2,024 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"name": "@winner-fed/markdownlint-config-win",
"version": "1.0.2",
"description": "markdownlint shareable configuration for Whale F2E Guidelines",
"description": "Markdownlint shareable configuration for Whale F2E Guidelines",
"main": "index.json",
"keywords": [
"markdownlint",
"markdownlint-config",
"@winner-fed/f2elint"
],
"license": "MIT",
"scripts": {
"release": "release-it"
},
"devDependencies": {
"release-it": "*"
},
"peerDependencies": {
"markdownlint": "^0.23.1"
},
"publishConfig": {
"access": "public"
}
},
"license": "MIT"
}
Loading

0 comments on commit 61742fd

Please sign in to comment.