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
Some upstream API changes will create breaking SDK changes. As a result, it's necessary to decouple the SDK versioning from the API versioning. Both still follow semantic versioning.
We are taking a conservative approach to versioning. The work required to adapt your scripts to new major SDK versions may be minor or even negligible. Please review the changes for the relevant SDK version if interested.
sed -i "s/^version = \".*\"/version = \"${{ github.event.inputs.library_version }}\"/" pyproject.toml
@@ -36,5 +39,5 @@ jobs:
36
39
with:
37
40
author_name: GitHub Action
38
41
author_email: support@meraki.com
39
-
message: Automatically regenerated library to version ${{ github.event.inputs.library_version }}.
42
+
message: Automatically regenerated library to version ${{ github.event.inputs.library_version }} for API version ${{ github.event.inputs.api_version }}.
0 commit comments