Skip to content

Commit

Permalink
build: Semantic Release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 26, 2023
1 parent 6ab9612 commit a1fb2f6
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 104 deletions.
37 changes: 0 additions & 37 deletions .github/linters/.commitlint.rules.cjs

This file was deleted.

9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 4,
"printWidth": 120,
"proseWrap": "always",
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"plugins": [
[ "@semantic-release/commit-analyzer",
{
"parserOpts": "./.github/linters/.commitlint.rules.js",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand Down
Loading

0 comments on commit a1fb2f6

Please sign in to comment.