Skip to content

Releases: changesets/action

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.

v1.4.4

10 May 05:27
Compare
Choose a tag to compare

Patch Changes

v1.4.3

09 May 04:49
Compare
Choose a tag to compare

Patch Changes

v1.4.2

06 May 09:21
Compare
Choose a tag to compare

Patch Changes

v1.4.1

08 Nov 09:31
Compare
Choose a tag to compare

Patch Changes

  • #123 b78f480 Thanks @Andarist! - Updated @actions/* dependencies to avoid using deprecated features of the runner.

v1.4.0

02 Nov 09:28
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #228 bff53cc Thanks @iansan5653! - Add is:pull-request to search query when looking for existing PR. This fixes an issue with user-owned PATs.

  • #206 8c3f5f5 Thanks @glasser! - Skip creating a PR when all existing changesets are empty.

v1.3.0

10 May 09:12
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #157 521c27b Thanks @emmenko! - Automatically adjust GitHub PR message if it exceeds a size limit of 60k characters by omitting some of the changelog information.

v1.2.2

15 Mar 14:12
Compare
Choose a tag to compare

Patch Changes

  • #161 52c9ce7 Thanks @bicknellr! - Change directory to cwd before running git user setup. This fixes an issue when the action starts its execution not in a git repository.