feat(ns-paystack): update branches
This commit is contained in:
commit
27136c1d0b
1 changed files with 15 additions and 1 deletions
|
|
@ -4,7 +4,21 @@ const artifactName = appName;
|
|||
|
||||
module.exports = {
|
||||
name: appName,
|
||||
branches: [{ name: 'main' }],
|
||||
branches: [
|
||||
'+([0-9])?(.{+([0-9]),x}).x',
|
||||
'master',
|
||||
'main',
|
||||
'next',
|
||||
'next-major',
|
||||
{
|
||||
name: 'beta',
|
||||
prerelease: true
|
||||
},
|
||||
{
|
||||
name: 'alpha',
|
||||
prerelease: true
|
||||
}
|
||||
],
|
||||
pkgRoot: `dist/${appPath}`,
|
||||
tagFormat: artifactName + '-v${version}',
|
||||
commitPaths: ['force-release.md', `${appPath}/*`],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue