Skip to content

Commit

Permalink
chore(common): add nx semver
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-rx committed Jul 18, 2024
1 parent 876ca48 commit 117a33c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added libs/common/CHANGELOG.md
Empty file.
7 changes: 7 additions & 0 deletions libs/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"options": {
"jestConfig": "libs/common/jest.config.ts"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional",
"commitMessageFormat": "chore(${projectName}): release version ${version}"
}
}
}
}

0 comments on commit 117a33c

Please sign in to comment.