packager icon indicating copy to clipboard operation
packager copied to clipboard

Option to skip uploading changelog

Open p3lim opened this issue 3 years ago • 3 comments

I specifically need this for GitHub releases, but for all three would be good too.

p3lim avatar Oct 13 '20 18:10 p3lim

As a workaround, I wound up building a manual changelog and then using a tool to slice out just the current release's changes to use as the packager-changelog. This gets me decent GitHub release notes... at the cost of overwriting my WoWI changelog with only the current release. So, yeah, it's not perfect.

kemayo avatar Oct 14 '20 19:10 kemayo

I make my own changelogs in markdown format, ended up just trimming the changelog down to the first header and paragraph(s).

- name: Trim changelog
  run: sed -ni '1p;2,/^###/{/^###/q;p;}' CHANGELOG.md

If you want to close the issue that's fine by me, I'm satisfied with this.

p3lim avatar Oct 14 '20 19:10 p3lim

Actually I'd like this, an option to not include the changelog.md in the file. I still like the changelog it writes for the description fields, though.

teelolws avatar Oct 16 '20 10:10 teelolws