Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions 5 .changeset/lazy-icons-cheer.md

This file was deleted.

8 changes: 0 additions & 8 deletions 8 .changeset/light-days-fry.md

This file was deleted.

10 changes: 0 additions & 10 deletions 10 .changeset/mean-trainers-develop.md

This file was deleted.

11 changes: 0 additions & 11 deletions 11 .changeset/old-kings-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions 5 .changeset/spicy-zoos-wink.md

This file was deleted.

30 changes: 30 additions & 0 deletions 30 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @changesets/ghcommit

## 1.4.0

### Minor Changes

- [#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

- [#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`

Allow for a custom function to be specified to filter which files should be
included in the commit

- [#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
specify a subdirectory of the git repository that should be used to add files
from, rather then adding all changed files.

This is useful when trying to emulate the behavior of running `git add .`
from a subdirectory of the repository.

- [#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`
when `repoDirectory` is unspecified.

While this does result in a behavioral change for an existing argument,
it's considered non-breaking as before `commitChangesFromRepo` would just not
work when run from a subdirectory of a repo when `repoDirectory` was not
specified.

### Patch Changes

- [#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

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 2 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/ghcommit",
"version": "1.3.1",
"version": "1.4.0",
"description": "Directly change files on github using the github API, to support GPG signing",
"keywords": [
"actions",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.