Skip to content

Commit

Permalink
ci: disable workspace updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 3, 2023
1 parent efb0ac6 commit 3a23ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
}
},
"npm": {
"versionArgs": ["--workspaces-update=false"]
},
"hooks": {
"after:release": "pnpm slack -n ${name} -v ${version}"
}
Expand Down

1 comment on commit 3a23ce7

@vercel
Copy link

@vercel vercel bot commented on 3a23ce7 Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.