You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
Currently, when a canary is published, Auto will update the PR body with the version of the canary that was released. This version works for NPM/Maven/SPM/Cocopods packages as they all follow the same versioning but Python has unique requirements for what the version number can include. Our rules currently handle this for the actual publishing part but auto doesn't account for it so it requires a bit of digging to get the actual version number to use.
Currently, when a canary is published, Auto will update the PR body with the version of the canary that was released. This version works for NPM/Maven/SPM/Cocopods packages as they all follow the same versioning but Python has unique requirements for what the version number can include. Our rules currently handle this for the actual publishing part but auto doesn't account for it so it requires a bit of digging to get the actual version number to use.