Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to skip uploading changelog #71

Open
p3lim opened this issue Oct 13, 2020 · 3 comments
Open

Option to skip uploading changelog #71

p3lim opened this issue Oct 13, 2020 · 3 comments
Assignees

Comments

@p3lim
Copy link
Collaborator

p3lim commented Oct 13, 2020

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

@kemayo
Copy link

kemayo commented Oct 14, 2020

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.

@p3lim
Copy link
Collaborator Author

p3lim commented Oct 14, 2020

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.

@teelolws
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants