Skip to content

Commit

Permalink
feat: Added template file for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Jan 6, 2024
1 parent 2d18d09 commit 09d17e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@

# This is a configuration file that helps maintain consistent coding styles for
# multiple developers working on the same project across various editors and IDEs.
# Documentation: https://editorconfig.org
# Documentation: https://editorconfig.org/


root = true


[*]
charset = utf-8
end_of_line = lf
Expand Down
18 changes: 18 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"infile": "CHANGELOG.md",
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.\n\nDocumentation for the [mdsanima-dev](https://pypi.org/project/mdsanima-dev/) package is available on [docs.mdsanima.dev](https://docs.mdsanima.dev/) site, and in the [README](README.md) file. Be sure to check it.\n\n<!-- markdownlint-disable -->\n\n",
"skip": { "bump": false, "changelog": false, "commit": true, "tag": true },
"types": [
{ "type": "feat", "section": "🐱‍👤 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "chore", "section": "🧱 Toolings", "hidden": false },
{ "type": "ci", "section": "🎮 CI Workflows", "hidden": false },
{ "type": "build", "section": "📦 Dependencies", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
{ "type": "perf", "section": "🚀 Performance", "hidden": false },
{ "type": "refactor", "section": "💻 Refactoring", "hidden": false },
{ "type": "revert", "section": "♻️ Reverting", "hidden": false },
{ "type": "style", "section": "🧢 Styling", "hidden": false },
{ "type": "test", "section": "🚧 Testing", "hidden": false }
]
}

0 comments on commit 09d17e6

Please sign in to comment.