Closed jpmcb closed 1 month ago
:tada: This issue has been resolved in version 1.4.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.4.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Suggested solution
Now that #143 has landed to enable the
pizza docs
command, we can use this in the release action to automate generating and committing new docs during the release action.In https://github.com/open-sauced/pizza-cli/pull/151, I included the
just gen-docs
command which will executego run main.go docs
to generate the docs. We can use this with the existingjust
andgo
setup to also generate and commit the docs during the release action here:https://github.com/open-sauced/pizza-cli/blob/3cdf5ceed8d0a273a976fdcd6e0ed94e94cab265/.github/workflows/release.yaml#L80-L86