fix(ns-paystack): extended release config base js

This commit is contained in:
Brian Pooe 2023-06-04 15:49:25 +02:00
commit e067e45a18

View file

@ -3,6 +3,7 @@ const appPath = `libs/${appName}`;
const artifactName = appName;
module.exports = {
extends: 'release.config.base.js',
name: appName,
pkgRoot: `dist/${appPath}`,
tagFormat: artifactName + '-v${version}',