Skip to content

Commit

Permalink
ci: prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent 82f1fdd commit eb8c383
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"release": {
"releaseTagPattern": "{version}",
"version": {
"conventionalCommits": true
"conventionalCommits": true,
"generatorOptions": {
"fallbackCurrentVersionResolver": "disk"
}
},
"changelog": {
"automaticFromRef": true
},
"projects": ["packages/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test-runner-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robby-rabbitman/web-test-runner-plugin",
"version": "0.1.0",
"version": "0.0.0",
"description": "Web Test Runner Plugin for Nx workspaces.",
"repository": {
"type": "git",
Expand Down

0 comments on commit eb8c383

Please sign in to comment.