Skip to content

Commit

Permalink
ci: setup release config
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton authored Sep 25, 2024
2 parents 2d1de9e + f50dde7 commit b930350
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,15 @@
}
},
"release": {
"projects": ["nx-verdaccio-env"],
"version": {
"conventionalCommits": true,
"preVersionCommand": "npx nx run-many -t build"
},
"changelog": {
"workspaceChangelog": {
"createRelease": "github"
}
}
}
}
2 changes: 1 addition & 1 deletion projects/nx-verdaccio-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@push-based/nx-verdaccio-env",
"version": "0.29.0",
"version": "0.0.0-alpha.0",
"license": "MIT",
"dependencies": {
"@nx/devkit": "^19.6.4",
Expand Down
1 change: 1 addition & 0 deletions testing/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "test-utils",
"version": "0.0.1",
"private": true,
"dependencies": {
"@code-pushup/models": "0.50.0"
}
Expand Down

0 comments on commit b930350

Please sign in to comment.