Releases: changesets/action
v1.5.3
Patch Changes
-
#477
9d933dc
Thanks @Andarist! - Updated@actions/*
and@octokit/*
dependencies. -
#479
cf373e4
Thanks @Andarist! - Switched toesbuild
for bundling the dist file. This led to 45% file size reduction. -
#488
022692b
Thanks @s0! - Fix PRs sometimes not getting reopened withcommitMode: 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 whichcwd
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
v1.5.1
v1.5.0
Minor Changes
-
#391
207dc3d
Thanks @s0! - Introduce a new inputcommitMode
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
v1.4.9
Patch Changes
- #415
57ab80c
Thanks @benmccann! - Improve error message when attempting to publish without publish script defined
v1.4.8
v1.4.7
Patch Changes
- #255
f2660aa
Thanks @ernestognw! - Allow customize PRbranch
field
v1.4.6
v1.4.5
Patch Changes
- #282
eb19e25
Thanks @mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.