Skip to content

Option to show changelog as a table #237

@danth

Description

@danth

Description

Add an option to display the changelog in table format, rather than using headings.

image

Use cases

  • Could look nice with emojis as type of change
  • The list is more compact, which is good for releasing many commits at once - e.g. on a weekly cron

Possible implementation

  • Insert a fixed header of:
    | Type | Change |
    |------|--------|
    
  • Each section is of the format:
    | <heading text> | <commits> |
    
  • Use <br> to get a new line between commits
  • However, lists cannot be used in a table

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature or a feature request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions