trpc-shield
Version:
tRPC permissions as another layer of abstraction!
134 lines โข 2.81 kB
JSON
{
"branches": [
"master",
{
"name": "upgrade/trpc-v11",
"prerelease": "beta"
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "feat",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "perf",
"release": "patch"
},
{
"type": "docs",
"release": false
},
{
"type": "style",
"release": false
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "test",
"release": false
},
{
"type": "chore",
"release": false
},
{
"breaking": true,
"release": "major"
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "๐ Features"
},
{
"type": "fix",
"section": "๐ Bug Fixes"
},
{
"type": "perf",
"section": "โก Performance Improvements"
},
{
"type": "refactor",
"section": "โป๏ธ Code Refactoring"
},
{
"type": "docs",
"section": "๐ Documentation",
"hidden": false
},
{
"type": "style",
"section": "๐ Styles",
"hidden": true
},
{
"type": "test",
"section": "๐งช Tests",
"hidden": true
},
{
"type": "chore",
"section": "๐ง Miscellaneous Chores",
"hidden": true
}
]
}
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist.zip",
"label": "Distribution files"
}
]
}
]
]
}