mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
29d6111819
* Semantic versioning * Access env variable correctly * Invoke semantic release * Not an npm package * fix(pencil): Testing making a patch release * c: support feature and breaking as tags
13 lines
335 B
YAML
13 lines
335 B
YAML
{
|
|
"plugins": [
|
|
["@semantic-release/commit-analyzer", {
|
|
"preset": "angular",
|
|
"releaseRules": [
|
|
{"type": "breaking", "release": "major"},
|
|
{"type": "feature", "release": "minor"},
|
|
]
|
|
}],
|
|
'@semantic-release/release-notes-generator',
|
|
'@semantic-release/github'
|
|
]
|
|
} |