Website: correct the OpenAPI commit guidelines

The OpenAPI-generated code no longer contains the git hash, so the docs
had to change for that.
This commit is contained in:
Sybren A. Stüvel 2022-08-01 16:36:10 +02:00
parent fef3de28e1
commit 1db1b06c9e

View File

@ -19,7 +19,6 @@ steps:
The downside to this approach is that the second commit will likely break the
project, which is unfortunate. However, this approach does have some advantages:
- The regenerated code has the commit hash of the actual change to the OpenAPI
definition.
- The regenerated code has the right Flamenco version number.
- Changes to manually-written and generated code are tracked in separate
commits. This makes them easier to comprehend by humans.