Skip to content

Commit

Permalink
Merge pull request #2 from rjw57/release-it
Browse files Browse the repository at this point in the history
ci: add release-it configuration
  • Loading branch information
rjw57 authored Nov 17, 2024
2 parents 207f8a8 + c2b45f1 commit dcab6c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"git": {
"commitMessage": "chore(release): ${version}"
},
"github": {
"release": true,
"autoGenerate": true,
"assets": "dist/*"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
}
},
"@release-it/bumper": {
"out": {
"file": "pyproject.toml",
"type": "text/toml",
"path": "tool.poetry.version"
}
}
}
}

0 comments on commit dcab6c1

Please sign in to comment.