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
- Make sure info.version in beacon-node-oapi.yaml file is updated before tagging.
78
+
- Make sure `info.version` in `beacon-node-oapi.yaml` file is updated before tagging. This will need to be a PR, and will get the release process started.
79
79
- CD will create github release and upload bundled spec file
80
80
81
-
2.Add release entrypoint in index.html
81
+
2.Create a second PR, containing the updated `index.html`. Also change back the `info.version` in `beacon-node-api.yaml` back to `Dev`
82
82
83
-
In SwaggerUIBundle configuration (inside index.html file), add another entry in "urls" field (SwaggerUI will load first item as default).
84
-
Entry should be in following format(replace `<tag>` with real tag name from step 1.):
0 commit comments