-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python] add bump for dev version for http-client-python #6190
base: main
Are you sure you want to change the base?
Conversation
All changed packages have been documented.
Show changes
|
@@ -30,3 +30,8 @@ extends: | |||
LanguageShortName: "python" | |||
CadlRanchName: "@typespec/http-client-python" | |||
EnableCadlRanchReport: false | |||
- script: | |||
pnpm chronus version --prerelease --only @typespec/http-client-python | |||
git add $(Build.SourcesDirectory)/packages/http-client-python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that to reset the other packages?
can you add a comment linking to the bug timotheeguerin/chronus#359
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @timotheeguerin, as PR title said, we just want to release dev version for python once there is PR merged into main branch. Does timotheeguerin/chronus#359 block the PR? If yes, appreciate if you could guide us how to add proper script. Thanks!
You can try these changes here
|
No description provided.