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

Add support .md file in body #47

Closed
solairen opened this issue Mar 5, 2020 · 5 comments
Closed

Add support .md file in body #47

solairen opened this issue Mar 5, 2020 · 5 comments

Comments

@solairen
Copy link

solairen commented Mar 5, 2020

Hi,
I'm wondering if there is any chance to add support to include .md file in body section. Right now, to show all issues from project, you have to add them manually to body.

How it works now

with:
          tag_name: ${{ github.ref }}
          release_name: Release ${{ github.ref }}
          body: |
            Some text
            [issueNumber](issueLink)
          draft: false
          prerelease: false

Additional option

with:
          tag_name: ${{ github.ref }}
          release_name: Release ${{ github.ref }}
          body.file: |
            body.md
          draft: false
          prerelease: false

The result of additional option will be shown in Release section, all issues created in project from body.md file

image

@solairen solairen changed the title Add support body.file in body Add support .md file in body Mar 5, 2020
@jbolda
Copy link
Contributor

jbolda commented Mar 11, 2020

👋 I actually submitted a PR for this in #50. We will wait and see how it goes over.

@iamNCJ
Copy link

iamNCJ commented Mar 20, 2020

Seems like this is a function that many people wants to have, hope it will be added to this action.

@solairen
Copy link
Author

Finger crossed ;)

@jbolda
Copy link
Contributor

jbolda commented Mar 22, 2020

I have a version available on my fork that you may use in the meantime. I intend to leave it up for the foreseeable future.

@ibnesayeed
Copy link

I have created a Repository Attributes Action to make some common metadata such as contributors, changed files, PRs, and commits available to be included in the release body.

@solairen solairen closed this as completed Aug 2, 2020
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

4 participants