Skip to content

Commit

Permalink
chore: separate changelogs (#13)
Browse files Browse the repository at this point in the history
* chore: separate changelogs

* feat: add release cli

* chore(release): @[email protected]

* chore(release): @[email protected]

* chore(release): @[email protected]

* fix: improve docs
  • Loading branch information
sauldeleon authored Sep 29, 2021
1 parent 9142494 commit c1a5f09
Show file tree
Hide file tree
Showing 17 changed files with 2,644 additions and 2,492 deletions.
50 changes: 0 additions & 50 deletions .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,6 @@
{
"filename": "yarn.lock",
"type": "json"
},
{
"filename": "packages/webapp/package.json",
"type": "json"
},
{
"filename": "packages/webapp-redux/package.json",
"type": "json"
},
{
"filename": "packages/common/package.json",
"type": "json"
}
],
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "ci",
"section": "Continuous Integration"
},
{
"type": "chore",
"section": "Chore"
},
{
"type": "style",
"section": "Styling"
},
{
"type": "docs",
"section": "Documentation updates"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "perf",
"section": "Performance improvements"
}
]
}
Loading

0 comments on commit c1a5f09

Please sign in to comment.