Skip to content

Commit

Permalink
docs: README, license, contributing, security
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Jul 20, 2023
1 parent bdfa330 commit ab80cbc
Show file tree
Hide file tree
Showing 7 changed files with 586 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
],
"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 ab80cbc

Please sign in to comment.