Conversation
🦋 Changeset detectedLatest commit: bcfb962 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
trueberryless
left a comment
There was a problem hiding this comment.
LGTM 🎉
Very cool addition to this action!
|
Hey! Do you think there's a chance to get this contribution incorporated? |
Unfortunately, I have been noticing that less and less PRs and issues are being worked on in this repo. Maybe the maintainers are not maintaining the changeset org any more... 😥 |
|
@Andarist @trueberryless @galargh Do we know if we can get any progress here? It would be useful for us as we maintain two different version streams but one is EOL and only receives patches, and it's proving a pain to have |
|
Hi! Just FYI: I'm no maintainer, I just reviewed the changes 👍 |
Resolves #340
This PR adds a
makeGitHubReleasesLatestinput which controls whether the created GitHub releases are marked as latest or not. It defaults totruewhich is the same as the GitHub API's default value. This makes this change backwards compatible.This addition will be useful since, especially in a monorepo setup, marking the releases of subpackges as latest is not desirable.
Please let me know if you wanted me to introduce any modifications to the approach.