Skip to content

Commit 42d5417

Browse files
Version Packages (#476)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c24abe commit 42d5417

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/itchy-eyes-look.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @changesets/action
22

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
Ensure that when running the action from a subdirectory of a repository,
10+
only the files from that directory are added, regardless of `commitMode`.
11+
312
## 1.5.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/action",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"devDependencies": {

0 commit comments

Comments
 (0)