We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3da5f3 commit 9b71390Copy full SHA for 9b71390
.releaserc.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ branches: ['main'],
3
plugins: [
4
[
5
'@semantic-release/commit-analyzer', {
@@ -54,16 +55,16 @@ module.exports = {
54
55
56
"semantic-release-npm-deprecate-old-versions", {
57
"rules": [
- {
58
- "rule": "supportLatest",
+ {
59
+ "rule": "supportLatest",
60
"options": {
61
"numberOfMajorReleases": 3,
62
"numberOfMinorReleases": "all",
63
"numberOfPatchReleases": "all"
64
}
65
},
66
- "rule": "supportPreReleaseIfNotReleased",
67
+ "rule": "supportPreReleaseIfNotReleased",
68
69
"numberOfPreReleases": 1,
70
bin/deploy.js
0 commit comments