Skip to content

Commit 43fb30a

Browse files
committed
chore: configura standard-version y flujo de release
1 parent 90ed97e commit 43fb30a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.releaserc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"types": [
3+
{ "type": "feat", "section": "✨ Features" },
4+
{ "type": "fix", "section": "🐛 Fixes" },
5+
{ "type": "chore", "section": "🧹 Chores", "hidden": false },
6+
{ "type": "docs", "section": "📝 Docs" },
7+
{ "type": "style", "section": "💅 Styles" },
8+
{ "type": "refactor", "section": "🔨 Refactors" },
9+
{ "type": "test", "section": "🧪 Tests" }
10+
],
11+
"skip": {
12+
"commit": false,
13+
"tag": false
14+
},
15+
"commitAll": true
16+
}
17+

0 commit comments

Comments
 (0)