Skip to content

Commit

Permalink
fix: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsei committed Sep 16, 2023
1 parent a9445e9 commit b501466
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,58 +1,7 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{"scope": "no-release", "release": false},
{"scope": "breaking", "release": "major"},
{"type": "docs", "scope": "README", "release": "patch"},

{"type": "feat", "release": "minor"},
{"type": "fix", "release": "patch"},

{"type": "refactor", "scope": "core-*", "release": "minor"},
{"type": "refactor", "release": "patch"},

{"type": "style", "release": "patch"},
{"type": "perf", "release": "patch"},
{"type": "revert", "release": "patch"},

{"type": "move", "release": false},
{"type": "remove", "release": false},
{"type": "chore", "release": false},
{"type": "ci", "release": false},
{"type": "test", "release": false},
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}
],
[
"@semantic-release/release-notes-generator",
{
preset: "conventionalcommits",
presetConfig: {
types: [
{ type: "feat", section: "✨ Features", hidden: false },
{ type: "fix", section: "🐛 Bug Fixes", hidden: false },
{ type: "perf", section: "🌈 Performance", hidden: false },
{ type: "refactor", section: "♻️ Refactor", hidden: false },
{ type: "docs", section: "📝 Docs", hidden: false },
{ type: "style", section: "💄 Styles", hidden: false },
{ type: "revert", section: "🕐 Reverts", hidden: false },
{ type: "ci", section: "💫 CI/CD", hidden: false },

{ type: "test", section: "✅ Tests", hidden: true },
{ type: "chore", section: "📦 Chores", hidden: true },
{ type: "move", section: "🚚 Move Files", hidden: true },
{ type: "remove", section: "🔥 Remove Files", hidden: true },
],
},
},
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
Expand Down

0 comments on commit b501466

Please sign in to comment.