You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I recently added
parse-changelog
to Alpine'stesting
repository here. Rather than manually downloadingparse-changelog
's binaries from GH releases, for Alpine we should just install it withapk
.The text was updated successfully, but these errors were encountered: