-
Notifications
You must be signed in to change notification settings - Fork 215
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 chronus version managing #4676
base: main
Are you sure you want to change the base?
Conversation
All changed packages have been documented.
|
You can try these changes here
|
wait for upgrade to 0.61: #4692, then the ci should be green. |
@timotheeguerin do you have a rough eta for when we can merge chronus version managing? |
@@ -55,13 +55,17 @@ versionPolicies: | |||
- "@typespec/sse" | |||
- "@typespec/streams" | |||
- "@typespec/xml" | |||
- name: python-client | |||
type: independent | |||
step: patch |
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.
step: patch |
step is for lockStep only
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.
looking at the previous policy, it has type: lockstep
and step: minor
so I'm kind of confused
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.
I went with step: patch
instead of step: minor
since I don't want to only officially release minor versions, but let me know if my understanding here isn't right
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.
if you use lockStep policy it means all package in the policy will always increase by the given step. For independant it will just respect the change description(if you do major, minor, patch,etc.)
No description provided.