Skip to content

Commit

Permalink
chore(semantic-release): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 21, 2024
1 parent 871ce6a commit 312bc9e
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 16 deletions.
54 changes: 46 additions & 8 deletions .changelogrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,51 @@
{
"header": "Changelog",
"types": [
{ "type": "feat", "section": "🌟 Features" },
{ "type": "fix", "section": "🐛 Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "section": "📖 Documentation" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "section": "🚀 Performance" },
{ "type": "test", "hidden": true }
{
"type": "feat",
"section": "🌟 Features",
"hidden": false
},
{
"type": "fix",
"section": "🐛 Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "🧰 Chores",
"hidden": false
},
{
"type": "docs",
"section": "📖 Documentation",
"hidden": false
},
{
"type": "style",
"section": "💅 Style",
"hidden": false
},
{
"type": "refactor",
"section": "✨ Refactor",
"hidden": false
},
{
"type": "perf",
"section": "🚀 Performance",
"hidden": false
},
{
"type": "test",
"section": "🧪 Tests",
"hidden": false
},
{
"type": "build",
"section": "🛠️ Build",
"hidden": false
},
{ "type": "ci", "section": "🤖 CI", "hidden": false }
]
}
54 changes: 46 additions & 8 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,52 @@
"presetConfig": {
"header": "Changelog",
"types": [
{ "type": "feat", "section": "🌟 Features" },
{ "type": "fix", "section": "🐛 Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "section": "📖 Documentation" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "section": "✨ Refactor" },
{ "type": "perf", "section": "🚀 Performance" },
{ "type": "test", "hidden": true }
{
"type": "feat",
"section": "🌟 Features",
"hidden": false
},
{
"type": "fix",
"section": "🐛 Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "🧰 Chores",
"hidden": false
},
{
"type": "docs",
"section": "📖 Documentation",
"hidden": false
},
{
"type": "style",
"section": "💅 Style",
"hidden": false
},
{
"type": "refactor",
"section": "✨ Refactor",
"hidden": false
},
{
"type": "perf",
"section": "🚀 Performance",
"hidden": false
},
{
"type": "test",
"section": "🧪 Tests",
"hidden": false
},
{
"type": "build",
"section": "🛠️ Build",
"hidden": false
},
{ "type": "ci", "section": "🤖 CI", "hidden": false }
]
}
}
Expand Down

0 comments on commit 312bc9e

Please sign in to comment.