Skip to content

Commit

Permalink
feat: add standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed Aug 15, 2023
1 parent b1444b5 commit 9442d2b
Show file tree
Hide file tree
Showing 3 changed files with 1,025 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"header": "# Changelog\n",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "section": "Maintenance"},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "hidden": true},
{"type": "perf", "hidden": true},
{"type": "test", "hidden": true}
]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"private": true,
"name": "comment-worker",
"version": "0.0.1",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore . --ext .js --ext .jsx --ext .ts --ext .tsx",
"format": "prettier --write '**/*.{js,css,json,md}'",
"dev": "wrangler dev",
"release": "standard-version -a",
"deploy": "wrangler deploy"
},
"author": "PubInf",
Expand Down Expand Up @@ -39,6 +40,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1",
"standard-version": "^9.5.0",
"wrangler": "^3.5.0"
}
}
Loading

0 comments on commit 9442d2b

Please sign in to comment.