Skip to content

Commit 9b71390

Browse files
committed
chore(deploy): remove an old deployment file
1 parent d3da5f3 commit 9b71390

File tree

2 files changed

+5
-87
lines changed

2 files changed

+5
-87
lines changed

.releaserc.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
branches: ['main'],
23
plugins: [
34
[
45
'@semantic-release/commit-analyzer', {
@@ -54,16 +55,16 @@ module.exports = {
5455
[
5556
"semantic-release-npm-deprecate-old-versions", {
5657
"rules": [
57-
{
58-
"rule": "supportLatest",
58+
{
59+
"rule": "supportLatest",
5960
"options": {
6061
"numberOfMajorReleases": 3,
6162
"numberOfMinorReleases": "all",
6263
"numberOfPatchReleases": "all"
6364
}
6465
},
65-
{
66-
"rule": "supportPreReleaseIfNotReleased",
66+
{
67+
"rule": "supportPreReleaseIfNotReleased",
6768
"options": {
6869
"numberOfPreReleases": 1,
6970
}

bin/deploy.js

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)