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
Copy file name to clipboardExpand all lines: .github/workflows/autoupdate-prod.yaml
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,23 +53,25 @@ jobs:
53
53
2. Documentation style
54
54
3. Transformation engine linting
55
55
56
+
> NOTE: New automation PRs need to be closed and reopened to trigger builds
57
+
56
58
## Important Details
57
59
58
-
1. If build is failing please check the logs and fix the issues in the OpenAPI file (openapi/atlas-api.yaml)
59
-
2. Do not attempt to manually fix any issues in the Golang Codebase as all changes are automatically generated.
60
-
Fixes should be applied to the OpenAPI file (openapi/atlas-api.yaml) or ./tools engine in separate PR.
60
+
1. If the build is failing please check the logs and fix the issues in the OpenAPI file (openapi/atlas-api.yaml)
61
+
2. Do not attempt to manually fix any issues in the Golang code as all changes are automatically generated.
62
+
Fixes should be applied to the OpenAPI file (openapi/atlas-api.yaml) or ./tools engine in a separate PR.
61
63
62
64
## Manual Review Procedure
63
65
64
66
1. Review changes in the OpenAPI file (openapi/atlas-api.yaml)
65
-
2. If we see any breaking changes without new resource version (
66
-
- Review breaking changes listed in `Detect Breaking Changes` action
67
+
2. If we see any breaking changes [without a new resource version](https://github.com/mongodb/atlas-sdk-go/tree/main/tools/releaser#new-resource-version).
68
+
- View the log of breaking changes in the `Detect Breaking Changes` action
67
69
- Checkout PR locally and run `make update-version`
68
-
- Provide breaking changes infomation in generated `./releaser/breaking_changes/{release_version}.md` file
70
+
- Provide breaking changes information in generated `./releaser/breaking_changes/{release_version}.md` file
69
71
- Push your changes directly to the automation PR.
70
-
3. If we have major version release request feedback from additional reviewer if possible.
71
-
4. Merge PR into main branch
72
-
5. After merge automated release process will be triggered.
72
+
3. If we have a major version release request feedback from additional reviewers if possible.
73
+
4. Merge PR into the main branch
74
+
5. After the merge automated release process will be triggered.
0 commit comments