83e77beThanks @ross-weir! - use cwd param
-
#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
-
#473
3c24abeThanks @s0! - Make git add work consistently with subdirectoriesEnsure that when running the action from a subdirectory of a repository, only the files from that directory are added, regardless of
commitMode.
-
#471
15ab130Thanks @h3rmanj! - Bump@changesets/ghcommitto v1.4.0, which fixes an issue running this action in monorepos withcommitMode: github-api -
#467
6e57550Thanks @Vx-V! - Avoid searching for an existing pull request early.
-
#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.
- #448
8b16070Thanks @bluwy! - Use full git email (41898282+github-actions[bot]@users.noreply.github.com) for github-actions bot when making commits
- #415
57ab80cThanks @benmccann! - Improve error message when attempting to publish without publish script defined
-
#393
48ab0d2Thanks @s0! - Ensure the PR remains open when updated -
#393
48ab0d2Thanks @s0! - Switch to cheaper API for querying existing PRs
- #255
f2660aaThanks @ernestognw! - Allow customize PRbranchfield
- #282
eb19e25Thanks @mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.
- #291
db8a109Thanks @varl! - Wire up@octokit/plugin-throttlingwith all GitHub Octokit instances
-
#286
225a1e8Thanks @varl! - This patch implements the@octokit/plugin-throttlingplugin and wires it up with the internal GitHub Octokit instance.This plugin is recommended by the Octokit docs as it implements all the GitHub best practices for integrators.
This should help with
changesets/actiongitting spurious secondary rate limits and failing CI jobs, for which the only known workaround is to simply re-run the job.
- #123
b78f480Thanks @Andarist! - Updated@actions/*dependencies to avoid using deprecated features of the runner.
- #228
bff53ccThanks @iansan5653! - Addis:pull-requestto search query when looking for existing PR. This fixes an issue with user-owned PATs.
- #167
993a0a0Thanks @dmregister! - AddedpullRequestNumberto the action's outputs
- #157
521c27bThanks @emmenko! - Automatically adjust GitHub PR message if it exceeds a size limit of 60k characters by omitting some of the changelog information.
- #161
52c9ce7Thanks @bicknellr! - Change directory tocwdbefore running git user setup. This fixes an issue when the action starts its execution not in a git repository.
- #144
898d125Thanks @Andarist! - Updated all Changesets dependencies. This should fix parsing issues for completely empty summaries that has been fixed in@changesets/[email protected].
- #130
5c0997bThanks @akphi! - AddedcreateGithubReleasesinput option (defaults totrue) to control whether to create Github releases during publish or not.
- #134
1ed9bc2Thanks @dmregister! - Addedcwdinput option that can be used in projects that are not in the root directory.
- #128
1937303Thanks @dhruvdutt! - Setup the git user in the local config instead of the global one.
- #131
d3db9ecThanks @jacklesliewise! - AddedsetupGitUseroption to enable or disable setting up a default git user
- #118
05c863dThanks @Andarist! - From now on this action will be released using the Changesets-based workflow (using itself). Thanks to that we'll have a good release history. The users will be able to find specific versions of the action and will be able to track changes over time. It also improves the security as the build artifact will always get built in the CI environment, using a frozen lockfile.