-
Notifications
You must be signed in to change notification settings - Fork 303
[Feature] Add release body templated from changelog #64
Comments
I'm not particularly sure about using CHANGELOG.md. Many repos tend to maintain a gigantic CHANGELOG.md with all the changes piled up (crowded) since the first version. I don't know how useful that would be. Unless you maintain versioning by a path. e.g. |
I think changelog could help project users more easier get the different between each version, Especially some of them already used in their produce but find some bug or feature their expect, and them could check the changelog to judge which version them should upgrade. |
Nevertheless you sure don't want to modify the |
you can do that with a trick by yourself example:
and ChangeLog contains like this:
and _Release.h contaions this: Finally it looks like this:
|
I just found this issue, but I've already made a PR to do more or less this. #89 |
Firstly, it's really a great action! but it could be better.
For now create-release body only support plain text, but more of repository have file mark the latest commit after last release, such as CHANGELOG.md, I think it's awesome when we support read some file as templated and to create release body. I think a while, maybe we could support two way.
I think it would useful, at least in my situation, wait for others opinion.
The text was updated successfully, but these errors were encountered: