create-gh-release-action icon indicating copy to clipboard operation
create-gh-release-action copied to clipboard

When running on an Alpine system, download parse-changelog from testing repository

Open notgull opened this issue 1 year ago • 2 comments

I recently added parse-changelog to Alpine's testing repository here. Rather than manually downloading parse-changelog's binaries from GH releases, for Alpine we should just install it with apk.

notgull avatar Jun 30 '24 20:06 notgull

Great news! I would accept a PR to implement this.

taiki-e avatar Jun 30 '24 21:06 taiki-e

Currently the version of parse-changelog used in this action is tied to the version of this action, and this property is important for the stability of the action, but I wonder if doing this could break it.

Perhaps, instead, if parse-changelog is already installed we could use it, so that users who want to use the one from apk can use it.

taiki-e avatar Jul 03 '24 13:07 taiki-e