Skip to content

Commit

Permalink
revert: add back standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMartel committed Jul 28, 2023
1 parent fdc7f86 commit eaed0ac
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styling" },
{ "type": "refactor", "section": "Refactors" },
{ "type": "perf", "section": "Performance" },
{ "type": "test", "section": "Tests" },
{ "type": "build", "section": "Build System" },
{ "type": "chore", "section": "Chore" },
{ "type": "revert", "section": "Reverts" }
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/inquirer": "^9.0.3",
"@types/node": "^20.4.5",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"typescript": "^5.1.6"
},
"dependencies": {
Expand Down
Loading

0 comments on commit eaed0ac

Please sign in to comment.