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": {