Skip to content

Commit b3e603b

Browse files
Version Packages (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92be707 commit b3e603b

7 files changed

+31
-40
lines changed

.changeset/lazy-icons-cheer.md

-5
This file was deleted.

.changeset/light-days-fry.md

-8
This file was deleted.

.changeset/mean-trainers-develop.md

-10
This file was deleted.

.changeset/old-kings-collect.md

-11
This file was deleted.

.changeset/spicy-zoos-wink.md

-5
This file was deleted.

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# @changesets/ghcommit
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#37](https://github.com/changesets/ghcommit/pull/37) [`21c9eaf`](https://github.com/changesets/ghcommit/commit/21c9eafeb82a81c1e08f7930e75e3053cb7d4196) Thanks [@s0](https://github.com/s0)! - Throw an error when executable files are encountered
8+
9+
- [#33](https://github.com/changesets/ghcommit/pull/33) [`92be707`](https://github.com/changesets/ghcommit/commit/92be707102786c84602733a18de9f478d8b95f28) Thanks [@s0](https://github.com/s0)! - Introduce `filterFiles` argument for `commitChangesFromRepo`
10+
11+
Allow for a custom function to be specified to filter which files should be
12+
included in the commit
13+
14+
- [#33](https://github.com/changesets/ghcommit/pull/33) [`92be707`](https://github.com/changesets/ghcommit/commit/92be707102786c84602733a18de9f478d8b95f28) Thanks [@s0](https://github.com/s0)! - Introduce `addFromDirectory` option for `commitChangesFromRepo` to allow users to
15+
specify a subdirectory of the git repository that should be used to add files
16+
from, rather then adding all changed files.
17+
18+
This is useful when trying to emulate the behavior of running `git add .`
19+
from a subdirectory of the repository.
20+
21+
- [#33](https://github.com/changesets/ghcommit/pull/33) [`92be707`](https://github.com/changesets/ghcommit/commit/92be707102786c84602733a18de9f478d8b95f28) Thanks [@s0](https://github.com/s0)! - Automatically find root in `commitChangesFromRepo`
22+
when `repoDirectory` is unspecified.
23+
24+
While this does result in a behavioral change for an existing argument,
25+
it's considered non-breaking as before `commitChangesFromRepo` would just not
26+
work when run from a subdirectory of a repo when `repoDirectory` was not
27+
specified.
28+
29+
### Patch Changes
30+
31+
- [#34](https://github.com/changesets/ghcommit/pull/34) [`231d400`](https://github.com/changesets/ghcommit/commit/231d400d0a0fbfb102cb5a8bb6fac466babed12e) Thanks [@h3rmanj](https://github.com/h3rmanj)! - More gracefully handle symlinks, and ignore them when included in .gitignore
32+
333
## 1.3.1
434

535
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/ghcommit",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Directly change files on github using the github API, to support GPG signing",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)