Skip to content

Commit

Permalink
chore: added versionrc file to comfigure version generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Íñigo Marquínez Prado committed Jun 14, 2022
1 parent d33307f commit dee3507
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "🆕 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "chore", "section": "🔧 Others", "hidden": false },
{ "type": "docs", "section": "📝 Docs", "hidden": false },
{ "type": "style", "section": "🎨 Styling", "hidden": false },
{ "type": "refactor", "section": "🔄 Code Refactoring", "hidden": false },
{ "type": "perf", "section": "📈 Performance Improvements", "hidden": false },
{ "type": "test", "section": "🔬 Tests", "hidden": false },
{ "type": "ci", "section": "☁️ CI", "hidden": false }
],
"commit-all": true
}

0 comments on commit dee3507

Please sign in to comment.