Skip to content

Commit

Permalink
build(ngx-jodit): fix project.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jun 30, 2023
1 parent 5caa53e commit 890d4eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/ngx-jodit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular",
"postTargets": ["semver:github"],
"baseBranch": "v2.x",
"commitMessageFormat": "chore(${projectName}): release version ${version}"
"postTargets": ["ngx-jodit:github"],
"baseBranch": "v2.x"
}
},
"github": {
Expand Down

0 comments on commit 890d4eb

Please sign in to comment.