From 8228f6cde116882c3ebc433c0c9c4329e34b4aaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 10:34:54 +0000 Subject: [PATCH] Version Packages --- .changeset/itchy-eyes-look.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/itchy-eyes-look.md diff --git a/.changeset/itchy-eyes-look.md b/.changeset/itchy-eyes-look.md deleted file mode 100644 index 1c9dcdab..00000000 --- a/.changeset/itchy-eyes-look.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@changesets/action": patch ---- - -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`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7431ec..0969ab4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @changesets/action +## 1.5.2 + +### Patch Changes + +- [#473](https://github.com/changesets/action/pull/473) [`3c24abe`](https://github.com/changesets/action/commit/3c24abeab26da6335c181222faa2ea485a092cf8) Thanks [@s0](https://github.com/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`. + ## 1.5.1 ### Patch Changes diff --git a/package.json b/package.json index 9721c8a2..9abfb1b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.5.1", + "version": "1.5.2", "main": "dist/index.js", "license": "MIT", "devDependencies": {