Releases: changesets/action
v1.5.3
Patch Changes
-
#477
9d933dcThanks @Andarist! - Updated@actions/*and@octokit/*dependencies. -
#479
cf373e4Thanks @Andarist! - Switched toesbuildfor bundling the dist file. This led to 45% file size reduction. -
#488
022692bThanks @s0! - Fix PRs sometimes not getting reopened withcommitMode: github-apiThere 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
7ed1955Thanks @s0! - Fixed situations in whichcwdwas specified as a relative path and used with (default)commitMode: git-cli -
#461
e9c36b6Thanks @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
207dc3dThanks @s0! - Introduce a new inputcommitModethat 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
57ab80cThanks @benmccann! - Improve error message when attempting to publish without publish script defined
v1.4.8
v1.4.7
Patch Changes
- #255
f2660aaThanks @ernestognw! - Allow customize PRbranchfield
v1.4.6
v1.4.5
Patch Changes
- #282
eb19e25Thanks @mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.