Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

body and body_path do not preserve markdown formatting #113

Open
goerz opened this issue Dec 29, 2020 · 1 comment
Open

body and body_path do not preserve markdown formatting #113

goerz opened this issue Dec 29, 2020 · 1 comment

Comments

@goerz
Copy link

goerz commented Dec 29, 2020

The text passed to body or body_path shows up on on the Releases page in plain text. I would expect it to be rendered in markdown (at least optionally).

In fact, I cannot figure out any way to programmatically create releases with markdown release notes... only by editing the release manually in the web interface. Is there a workaround?

@tsekityam
Copy link

I can't reproduce this issue. I can use both body and body_path to set up the release message, and they are rendered in markdown format.

Here is the link to my demo repo: https://github.com/tsekityam/test-create-release-action

v1.0.0

Release with body with following values

Changes in this Release
- First Change
- Second Change

v2.0.0

Release with body_path set to CHANGELOG.md with the following value

This is the initial release of the `create-release` Action. This Action wraps the [create-release endpoint](https://developer.github.com/v3/repos/releases/#create-a-release) to create a [GitHub Release](https://help.github.com/en/articles/creating-releases).

- Updated tag/docs to match versioning for other Actions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants