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}',
|
tagFormat: artifactName + '-v${version}',
|
||||||
commitPaths: ['force-release.md', `${appPath}/*`],
|
commitPaths: ['force-release.md', `${appPath}/*`],
|
||||||
branches: ['main'],
|
branches: ['main'],
|
||||||
assets: [`${appPath}/README.md`, `${appPath}/CHANGELOG.md`],
|
|
||||||
plugins: [
|
plugins: [
|
||||||
'@semantic-release/commit-analyzer',
|
'@semantic-release/commit-analyzer',
|
||||||
'@semantic-release/release-notes-generator',
|
'@semantic-release/release-notes-generator',
|
||||||
|
|
@ -23,6 +22,7 @@ module.exports = {
|
||||||
[
|
[
|
||||||
'@semantic-release/git',
|
'@semantic-release/git',
|
||||||
{
|
{
|
||||||
|
assets: [`${appPath}/README.md`, `${appPath}/CHANGELOG.md`],
|
||||||
message:
|
message:
|
||||||
`chore(release): ${artifactName}` +
|
`chore(release): ${artifactName}` +
|
||||||
'-v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
|
'-v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue