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

[Feature] Add release body templated from changelog #64

@zhongjiajie

Description

@zhongjiajie

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.

  • One is render the whole file pass to parameter, which should provide the file type, like below
  body_render_type:  markdown # rst and markdown support 
  body_render_path:  ./CHANGELOG.md
  • Other is render the specific section in the file, which should provide the file type, like below
  body_render_type:  markdown # rst and markdown support 
  body_render_path:  ./CHANGELOG.md
  body_render_section:  section you want to release here

I think it would useful, at least in my situation, wait for others opinion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions