github icon indicating copy to clipboard operation
github copied to clipboard

[feature] customize the release details

Open its-dibo opened this issue 3 years ago • 2 comments

is there an option to customize the release title and details like this:

["@semantic-release/github",{
  release:{
    details: `<details><summary>changes</summary> ${changelog} </details>`
 }
}

also, we need the variable ${changelog}

its-dibo avatar May 16 '22 23:05 its-dibo

Yeah, customizing Release title would be great. Voting +1

char0n avatar Jun 14 '22 22:06 char0n

https://github.com/semantic-release/github/pull/704

halkeye avatar Sep 22 '23 06:09 halkeye