Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Dec 14, 2023
1 parent 78d723c commit 5771f08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ module.exports = {
[
"semantic-release-github-pullrequest", {
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"baseRef": "main"
"baseRef": "main",
"branch": 'semantic-release-pr<%= nextRelease.version %>',
"pullRequestTitle": "chore(release) <%= nextRelease.version %>",

}
]

Expand All @@ -78,7 +81,7 @@ module.exports = {
// {
// assets: ['docs', 'package.json', 'package-lock.json', 'npm-shrinkwrap.json'],
// message:
// "chore(release) <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %> ",
// "chore(release) <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %> ",
// },
// ],
],
Expand Down

0 comments on commit 5771f08

Please sign in to comment.