Skip to content

Commit

Permalink
Update release-it configs
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Aug 30, 2024
1 parent 46b4406 commit 7a9a02d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/rtk-query-codegen-openapi/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"git": {
"commitMessage": "Release @rtk-query/codegen-openapi ${version}",
"tagName": "@rtk-query/codegen-openapi@${version}"
},
"npm": {
"versionArgs": ["--workspaces-update=false"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"git": {
"commitMessage": "Release @rtk-query/graphql-request-base-query ${version}",
"tagName": "@rtk-query/graphql-request-base-query@${version}"
},
"npm": {
"versionArgs": ["--workspaces-update=false"]
}
}

0 comments on commit 7a9a02d

Please sign in to comment.