diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-17 15:35:37 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-17 18:20:29 +0200 |
| commit | 22adbcd1eb5f4233f65cc4f195298c32cfaa156e (patch) | |
| tree | 5bbde76f8b6b8672a97485d1a47b1cbdf259c0b1 /.versionrc | |
chore: initial commit
Add default configuration for dev tools and needed packages
Diffstat (limited to '.versionrc')
| -rw-r--r-- | .versionrc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.versionrc b/.versionrc new file mode 100644 index 0000000..6bb4ec4 --- /dev/null +++ b/.versionrc @@ -0,0 +1,49 @@ +{ + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "docs", + "section": "Docs" + }, + { + "type": "chore", + "hidden": true + }, + { + "type": "build", + "hidden": true + }, + { + "type": "style", + "hidden": true + }, + { + "type": "refactor", + "hidden": true + }, + { + "type": "perf", + "hidden": true + }, + { + "type": "revert", + "hidden": true + }, + { + "type": "ci", + "hidden": true + }, + { + "type": "test", + "hidden": true + } + ], + "releaseCommitMessageFormat": "chore(release): {{currentTag}}" +} |
