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: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ The repo uses GitHub workflows to publish a draft release when a new tag is
71
71
pushed. We use [semver](https://semver.org/#summary) to determine the version
72
72
number for the tag.
73
73
74
+
0. Run `make docs_clean` and then`make generate-docs` to remove any unnecessary documentation. Automatic PRs from OpenAPI 3.0 changes will run `make generate-docs` but not `make docs_clean`. Create a PR and merge these changes.
75
+
74
76
1. Run `make changes` to review the merged PRs since last release and decide what kind of release you are doing (bugfix, feature or breaking).
75
77
* Review the tags on each PR and make sure they are categorized
0 commit comments