Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
build(standard-version): added package
Browse files Browse the repository at this point in the history
re #34
  • Loading branch information
victor-pogor committed Nov 24, 2020
1 parent 29f919e commit 0392198
Show file tree
Hide file tree
Showing 3 changed files with 1,581 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Other changes" },
{ "type": "docs", "section": "Documentation changes" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "section": "Performance improvements" },
{ "type": "test", "hidden": true },
{ "type": "build", "section": "Build changes" },
{ "type": "ci", "section": "CI/CD configuration changes" }
],
"commitUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/commits/{{hash}}",
"compareUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/compare/{{previousTag}}...{{currentTag}}"
}
Loading

0 comments on commit 0392198

Please sign in to comment.