Skip to content

Commit

Permalink
chore(ci): remove all semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
smellai committed Jul 4, 2024
1 parent 3c8d219 commit 804f667
Showing 1 changed file with 2 additions and 53 deletions.
55 changes: 2 additions & 53 deletions repo-scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,61 +19,10 @@ try {
// Plugin options
githubUrl: 'https://my-ghe.com',
githubApiPathPrefix: '/api-prefix', */
publish: false,
plugins: [
[
'@semantic-release/commit-analyzer',
{
preset: 'conventionalcommits',
releaseRules: [
{
type: 'build',
scope: 'deps',
release: 'patch',
},
],
},
],
[
'@semantic-release/release-notes-generator',
{
preset: 'conventionalcommits',
presetConfig: {
types: [
{
type: 'feat',
section: 'Features',
},
{
type: 'fix',
section: 'Bug Fixes',
},
{
type: 'build',
section: 'Dependencies and Other Build Updates',
hidden: false,
},
],
},
},
],
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
[
'@semantic-release/github',
{
publish: false,
// successComment:
// ":tada: This ${issue.pull_request ? 'pull request' : 'issue'} is included in version ${nextRelease.version}",
},
] /*,
[
'@semantic-release/git',
{
assets: ['package.json', 'package-lock.json'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
], */,
],
}
/* {
Expand Down

0 comments on commit 804f667

Please sign in to comment.