mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
* chore(ci): remove dependency on master * chore(ci): introduce approval step * chore(ci): remove branch filter * docs: remove mention of production branches * chore(ci): remove defunct code paths
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"branches": ["master"],
|
|
"ci": false,
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "angular",
|
|
"releaseRules": [
|
|
{ "type": "docs", "scope": "README", "release": "patch" },
|
|
{ "type": "refactor", "release": "patch" },
|
|
{ "type": "style", "release": "patch" }
|
|
],
|
|
"parserOpts": {
|
|
"noteKeywords": ["MAJOR VERSION", "MAJOR VERSIONS"]
|
|
}
|
|
}
|
|
],
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/github",
|
|
"@semantic-release/changelog"
|
|
]
|
|
}
|