Get rid of manually curated release notes #5890
ricardoV94
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Agree, this is gold |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like that feature too, but I think it will be super important to make releases much more frequently. We can also start using the autogeneration feature before stopping to curate the |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
We could just rely on Github automatically generated release notes, which is what we do in Aesara and Aeppl. This seems to work pretty well and generate useful release notes
This way we don't have to keep remembering to modify the Release Note in every PR (yay), and we won't forget to mention any PR (double yay).
This may also save quite some CI Runs, as in most cases the Release Note are only updated after the PR tests pass for the first time.
The release notes can be configured automatically (e.g., remove the autoupdate pre-commit config) and/or tweaked manually as well when needed.
Beta Was this translation helpful? Give feedback.
All reactions