We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6cfb0 commit cba7cc4Copy full SHA for cba7cc4
1 file changed
scripts/release/readme.md
@@ -148,9 +148,10 @@ Fetching latest origin/main...
148
🎉 Release preparation completed successfully!
149
150
Next steps:
151
-1. Review the changes with: git diff
152
-2. Commit the changes with: git commit -am 'Prepare release v1.40.0'
153
-3. Push the branch with: git push origin release-v1.40.0
+1. Sync the dependency updates in version.py and meta.yaml if they are inconsistent
+2. Review the changes with: git diff
+3. Commit the changes with: git commit -am 'Prepare release v1.40.0'
154
+4. Push the branch with: git push origin release-v1.40.0
155
```
156
157
## Error Handling
0 commit comments