Skip to content

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 07:05
· 0 commits to main since this release

Minor Changes

  • #636 b072bcc Thanks @bluwy! - Add a new @changesets/action/pr-comment sub-action to comment on PRs

  • #625 8795eee Thanks @bluwy! - Add a new @changesets/action/pr-status sub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.

Patch Changes

  • #535 34f64f6 Thanks @Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.

  • #632 1d54b9e Thanks @bluwy! - Simplify internal implementation to get changelog entries for a package version

  • #629 e0c90aa Thanks @bluwy! - Fix custom version and publish command argument parsing

  • #645 f9585d9 Thanks @Andarist! - Improved force-push handling when using commitMode: "github-api" so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.