Skip to content

Releases: changesets/action

v1.5.3

17 May 16:42
Compare
Choose a tag to compare

Patch Changes

  • #477 9d933dc Thanks @Andarist! - Updated @actions/* and @octokit/* dependencies.

  • #479 cf373e4 Thanks @Andarist! - Switched to esbuild for bundling the dist file. This led to 45% file size reduction.

  • #488 022692b Thanks @s0! - Fix PRs sometimes not getting reopened with commitMode: github-api

    There was a race-condition that means sometimes existing PRs would not be found,
    and new PRs would be opened. This has now been fixed by fetching existing PRs
    before making any changes.

  • #486 7ed1955 Thanks @s0! - Fixed situations in which cwd was specified as a relative path and used with (default) commitMode: git-cli

  • #461 e9c36b6 Thanks @nayounsang! - Avoid hitting a deprecation warning when encountering errors from @octokit/request-error

v1.5.2

10 May 11:25
Compare
Choose a tag to compare

Patch Changes

  • #473 3c24abe Thanks @s0! - Make git add work consistently with subdirectories

    Ensure that when running the action from a subdirectory of a repository,
    only the files from that directory are added, regardless of commitMode.

v1.5.1

08 May 13:26
Compare
Choose a tag to compare

Patch Changes

  • #471 15ab130 Thanks @h3rmanj! - Bump @changesets/ghcommit to v1.4.0, which fixes an issue running this action in monorepos with commitMode: github-api

  • #467 6e57550 Thanks @Vx-V! - Avoid searching for an existing pull request early.

v1.5.0

05 May 08:17
Compare
Choose a tag to compare

Minor Changes

  • #391 207dc3d Thanks @s0! - Introduce a new input commitMode that allows using the GitHub API for pushing tags and commits instead of the Git CLI.

    When used with "github-api" value all tags and commits will be attributed to the user whose GITHUB_TOKEN is used, and also signed using GitHub's internal GPG key.

v1.4.10

10 Mar 10:53
Compare
Choose a tag to compare

Patch Changes

  • #448 8b16070 Thanks @bluwy! - Use full git email (41898282+github-actions[bot]@users.noreply.github.com) for github-actions bot when making commits

v1.4.9

14 Oct 17:13
Compare
Choose a tag to compare

Patch Changes

  • #415 57ab80c Thanks @benmccann! - Improve error message when attempting to publish without publish script defined

v1.4.8

26 Aug 17:01
Compare
Choose a tag to compare

Patch Changes

  • #393 48ab0d2 Thanks @s0! - Ensure the PR remains open when updated

  • #393 48ab0d2 Thanks @s0! - Switch to cheaper API for querying existing PRs

v1.4.7

19 Mar 02:11
Compare
Choose a tag to compare

Patch Changes

v1.4.6

16 Feb 10:37
Compare
Choose a tag to compare

Patch Changes

v1.4.5

23 Jun 10:57
Compare
Choose a tag to compare

Patch Changes

  • #282 eb19e25 Thanks @mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.