Skip to content

Commit

Permalink
fix: add release config (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Patel <[email protected]>
  • Loading branch information
Akshat55 authored Dec 1, 2023
1 parent 2b5c877 commit dd8680a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,35 @@
"unitTestRunner": "none"
}
}
},
"release": {
"changelog": {
"projectChangelogs": {
"file": false,
"createRelease": false
},
"workspaceChangelog": {
"file": false,
"createRelease": false
}
},
"groups": {
"npm": {
"releaseTagPattern": "v{version}",
"projects": [
"player-react",
"sdk-react"
],
"version": {
"generatorOptions": {
"packageRoot": "dist/libs/{projectName}",
"currentVersionResolver": "git-tag",
"git": {
"tag": false
}
}
}
}
}
}
}

0 comments on commit dd8680a

Please sign in to comment.