Skip to content

Commit a104b08

Browse files
committed
ci: update release config
1 parent 26df301 commit a104b08

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

release.config.cjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ const gitPlugin = isDev
2121
},
2222
];
2323

24-
const execPlugin = isDev
25-
? false
26-
: [
27-
'@semantic-release/exec',
28-
{
29-
successCmd: './scripts/create-dev-tag.sh ${nextRelease.version}',
30-
},
31-
];
32-
3324
const sortMap = Object.fromEntries(
3425
rules.map((rule, index) => [rule.title, index])
3526
);
@@ -91,6 +82,5 @@ module.exports = {
9182
},
9283
],
9384
...(gitPlugin ? [gitPlugin] : []),
94-
...(execPlugin ? [execPlugin] : []),
9585
],
9686
};

scripts/create-dev-tag.sh

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

0 commit comments

Comments
 (0)