Skip to content

Commit

Permalink
chore(ci): test semantic-relase without git plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
smellai committed Jul 4, 2024
1 parent a6bc9a2 commit 3c8d219
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions repo-scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ try {
// Plugin options
githubUrl: 'https://my-ghe.com',
githubApiPathPrefix: '/api-prefix', */
publish: false,
plugins: [
[
'@semantic-release/commit-analyzer',
Expand Down Expand Up @@ -60,18 +61,19 @@ try {
[
'@semantic-release/github',
{
successComment:
":tada: This ${issue.pull_request ? 'pull request' : 'issue'} is included in version ${nextRelease.version}",
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 3c8d219

Please sign in to comment.