Skip to content

Commit

Permalink
build: Use release-it (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
matatk authored Oct 10, 2022
1 parent 67a8006 commit 8ccf7c5
Show file tree
Hide file tree
Showing 4 changed files with 5,449 additions and 902 deletions.
66 changes: 66 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"git": {
"commitMessage": "chore(release): ${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Changelog",
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"section": "Features",
"type": "feat"
},
{
"section": "Bug fixes",
"type": "fix"
},
{
"section": "Documentation",
"type": "docs"
},
{
"section": "Styles",
"type": "style"
},
{
"section": "Code refactoring",
"type": "refactor"
},
{
"section": "Performance improvements",
"type": "perf"
},
{
"section": "Tests",
"type": "test"
},
{
"section": "Builds",
"type": "build"
},
{
"section": "Continuous integrations",
"type": "ci"
},
{
"section": "Chores",
"type": "chore"
},
{
"section": "Reverts",
"type": "revert"
}
]
}
}
}
}
48 changes: 0 additions & 48 deletions .versionrc.json

This file was deleted.

Loading

0 comments on commit 8ccf7c5

Please sign in to comment.