changesets / changesets

🦋 A way to manage your versioning and changelogs with a focus on monorepos
MIT License
8.89k stars 552 forks source link

Tweaking the changeset GitHub Action list format #194

Open jesstelford opened 5 years ago

jesstelford commented 5 years ago

Is it possible to slightly alter the format of dot points the changeset bot summarises for us?

For example, in https://github.com/keystonejs/keystone-5/pull/1777 it has:

• b0aee895 #1776 Thanks @jesstelford! - Avoid the build command from hanging when an entry file may have a long-running process.

Could we make that

• #1776: Avoid the build command from hanging when an entry file may have a long-running process. (b0aee895 by @jesstelford)

For example;

Screen Shot 2019-10-16 at 11 58 54 am
emmatown commented 5 years ago

Is this specific to the summary, I was assuming you wanted it for the changelogs as well?

emmatown commented 5 years ago

(Having it only be for the summary would be difficult because the summary is pulled from the changelog)

jacobwgillespie commented 4 years ago

I would prefer this format change as well, for both the changelogs and summary.

vilkinsons commented 2 years ago

+1