feat(ns-paystack): use semantic release plus for the generator

This commit is contained in:
Brian Pooe 2023-06-08 20:43:54 +02:00
commit 13dcda0306
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.2.1](https://github.com/brianpooe/devtools-bp/compare/ns-paystack-v1.2.0...ns-paystack-v1.2.1) (2023-06-08)
### Bug Fixes
* **ns-paystack:** remove unnecessary check ([90d1f56](https://github.com/brianpooe/devtools-bp/commit/90d1f565f758b0fbb67083ecb998aafe4543f5fa))
# [1.2.0](https://github.com/brianpooe/devtools-bp/compare/ns-paystack-v1.1.5...ns-paystack-v1.2.0) (2023-06-08)

View file

@ -46,7 +46,7 @@
"options": {
"commands": [
{
"command": "npx semantic-release --debug --extends=./libs/ns-paystack/release.config.js"
"command": "npx semantic-release-plus --debug --extends=./libs/ns-paystack/release.config.js"
}
]
}