actions icon indicating copy to clipboard operation
actions copied to clipboard

Add a body argument?

Open niess opened this issue 4 years ago • 7 comments

First of all thank you again for this GitHub Action. It is easy to use and works well.

This a feature request :)

Would it be possible to add a body argument to the automatic-release action? For example, if the body argument is defined then it's content would be used as body for the release instead of the changelog (e.g. here). While it is convenient to have a changelog generated automatically, for my use case it would make more sense to to have a custom message as the body of the release.

niess avatar Mar 29 '20 13:03 niess

This feature makes sense to me! It may or may not be possible at the moment without any changes (I haven't looked) but either way I'll leave this open in case you or anyone else is interested in taking this on :+1:

marvinpinto avatar Apr 01 '20 12:04 marvinpinto

It would be great, if we could decide if we want to replace the original body or just append/prepend the body with something.

dannoe avatar Sep 23 '20 06:09 dannoe

I'll toss my hat in the ring for this feature as well. Changelog is great when paired with squash merges and proper commit messages, but have found myself wanting to add other generated items (e.g. status bages for other workflows on the same tag, like code lint and automated tests) occasionally, esp. to prerelease builds.

vintagepc avatar Oct 02 '20 02:10 vintagepc

I would also love this feature, however, I would also like to be able to use the current changelog feature, but use github usernames instead of full names for the author segment of the changelog.

EDIT: It seems that it does use usernames, there is just a discrepancy between editing files on github, and pushing from local.

techno-sam avatar Feb 15 '21 17:02 techno-sam

I would welcome this feature too. The ability to add a body text (or filename) would be great. I've seen this in similar actions like https://github.com/ncipollo/release-action and https://github.com/softprops/action-gh-release. If I knew how and I would give it a shot of coding it myself and doing a PR

proddy avatar Mar 14 '21 13:03 proddy

any update?

wenytang-ms-123 avatar Aug 06 '21 08:08 wenytang-ms-123

Have a look at #403

evermind-zz avatar Feb 22 '22 21:02 evermind-zz