fix(ns-paystack): updated assets for semantic release git
This commit is contained in:
commit
c8455f9a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ module.exports = {
|
|||
tagFormat: artifactName + '-v${version}',
|
||||
commitPaths: ['force-release.md', `${appPath}/*`],
|
||||
branches: ['main'],
|
||||
assets: [`${appPath}/README.md`, `${appPath}/CHANGELOG.md`],
|
||||
plugins: [
|
||||
'@semantic-release/commit-analyzer',
|
||||
'@semantic-release/release-notes-generator',
|
||||
|
|
@ -23,6 +22,7 @@ module.exports = {
|
|||
[
|
||||
'@semantic-release/git',
|
||||
{
|
||||
assets: [`${appPath}/README.md`, `${appPath}/CHANGELOG.md`],
|
||||
message:
|
||||
`chore(release): ${artifactName}` +
|
||||
'-v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue