Skip to content

Commit fe2e0ca

Browse files
committed
build(ngx-jodit-pro): fix project.json configuration
1 parent 890d4eb commit fe2e0ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libs/ngx-jodit-pro/CHANGELOG.md

Whitespace-only changes.

libs/ngx-jodit-pro/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@
4646
"options": {
4747
"preset": "angular",
4848
"postTargets": [
49-
"semver:github"
49+
"ngx-jodit-pro:github"
5050
],
51-
"baseBranch": "v2.x",
52-
"commitMessageFormat": "chore(${projectName}): release version ${version}"
51+
"baseBranch": "v2.x"
5352
}
5453
},
5554
"github": {

0 commit comments

Comments
 (0)