Skip to content

Commit

Permalink
Upgraded from v11.9 -> v1.1.4 (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Dec 14, 2021
1 parent c78c155 commit 019a09d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
37 changes: 28 additions & 9 deletions HISTORY.md
@@ -1,12 +1,35 @@
# Changelog

## [v1.1.4](https://github.com/tj-actions/changed-files/tree/v1.1.4) (2021-12-14)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.9...v1.1.4)

**Implemented enhancements:**

- \[Feature\] Add "any\_modified", "other\_modified\_files" and "all\_modified" outputs containing created, edit, renamed, or deleted files [\#282](https://github.com/tj-actions/changed-files/issues/282)

**Fixed bugs:**

- \[BUG\] Failed to get change files on pull\_request merge event [\#281](https://github.com/tj-actions/changed-files/issues/281)

**Closed issues:**

- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)

**Merged pull requests:**

- \[PR 2\]: Added support for listing all\_modified\_files. [\#285](https://github.com/tj-actions/changed-files/pull/285) ([jackton1](https://github.com/jackton1))
- Update peter-evans/create-pull-request action to v3.12.0 [\#284](https://github.com/tj-actions/changed-files/pull/284) ([renovate[bot]](https://github.com/apps/renovate))
- \[PR 1\]: Renamed all\_modified\_files to all\_changed\_files [\#283](https://github.com/tj-actions/changed-files/pull/283) ([jackton1](https://github.com/jackton1))
- Upgraded to v11.9 [\#280](https://github.com/tj-actions/changed-files/pull/280) ([jackton1](https://github.com/jackton1))

## [v11.9](https://github.com/tj-actions/changed-files/tree/v11.9) (2021-12-04)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.3.1...v11.9)

**Implemented enhancements:**

- I cant get `since_last_remote_commit` to work properly on pull\_request event [\#276](https://github.com/tj-actions/changed-files/issues/276)
- Can't get `since_last_remote_commit` to work properly on pull\_request event [\#276](https://github.com/tj-actions/changed-files/issues/276)

**Merged pull requests:**

Expand Down Expand Up @@ -74,10 +97,6 @@

- \[BUG\] pull request with `since_last_remote_commit = true` returns fatal: bad object [\#253](https://github.com/tj-actions/changed-files/issues/253)

**Closed issues:**

- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)

**Merged pull requests:**

- Updated git fetch to pull the last remote commit [\#254](https://github.com/tj-actions/changed-files/pull/254) ([jackton1](https://github.com/jackton1))
Expand All @@ -103,7 +122,7 @@

**Merged pull requests:**

- Updated formatting of all changed debug message [\#247](https://github.com/tj-actions/changed-files/pull/247) ([jackton1](https://github.com/jackton1))
- Updated formatting of all modified debug message [\#247](https://github.com/tj-actions/changed-files/pull/247) ([jackton1](https://github.com/jackton1))
- Update reviewdog/action-shellcheck action to v1.10 [\#246](https://github.com/tj-actions/changed-files/pull/246) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v3.11.0 [\#245](https://github.com/tj-actions/changed-files/pull/245) ([renovate[bot]](https://github.com/apps/renovate))
- Update actions/checkout action to v2.4.0 [\#243](https://github.com/tj-actions/changed-files/pull/243) ([renovate[bot]](https://github.com/apps/renovate))
Expand Down Expand Up @@ -350,12 +369,12 @@

**Fixed bugs:**

- \[BUG\] `all_changed_files` show deleted files [\#155](https://github.com/tj-actions/changed-files/issues/155)
- \[BUG\] `all_modified_files` show deleted files [\#155](https://github.com/tj-actions/changed-files/issues/155)
- \[BUG\] Dedupe the output list of changed files [\#151](https://github.com/tj-actions/changed-files/issues/151)

**Merged pull requests:**

- Remove deleted files from the all\_changed\_files output [\#156](https://github.com/tj-actions/changed-files/pull/156) ([jackton1](https://github.com/jackton1))
- Remove deleted files from the all\_modified\_files output [\#156](https://github.com/tj-actions/changed-files/pull/156) ([jackton1](https://github.com/jackton1))
- Upgraded to v9.2 [\#154](https://github.com/tj-actions/changed-files/pull/154) ([jackton1](https://github.com/jackton1))

## [v9.2](https://github.com/tj-actions/changed-files/tree/v9.2) (2021-08-06)
Expand Down Expand Up @@ -734,7 +753,7 @@

**Merged pull requests:**

- Add support for all changed files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1))
- Add support for all modified files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1))
- Update test.yml [\#14](https://github.com/tj-actions/changed-files/pull/14) ([jackton1](https://github.com/jackton1))
- Upgraded to v3.1 [\#13](https://github.com/tj-actions/changed-files/pull/13) ([jackton1](https://github.com/jackton1))

Expand Down
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4

- name: List all changed files
run: |
Expand Down Expand Up @@ -140,11 +140,11 @@ Support this project with a :star:

- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4

- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
separator: ","

Expand All @@ -166,7 +166,7 @@ Support this project with a :star:
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
files: |
my-file.txt
Expand Down Expand Up @@ -204,14 +204,14 @@ Support this project with a :star:
- name: Use a source file or list of file(s) to populate to files input.
id: changed-files-specific-source-file
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
files_from_source_file: |
test/changed-files-list.txt
- name: Use a source file or list of file(s) to populate to files input and optionally specify more files.
id: changed-files-specific-source-file-and-specify-files
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
files_from_source_file: |
test/changed-files-list.txt
Expand All @@ -220,13 +220,13 @@ Support this project with a :star:
- name: Use a different commit SHA
id: changed-files-custom-sha
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
sha: ${{ github.event.pull_request.head.sha }}

- name: Use a different base SHA
id: changed-files-custom-base-sha
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
base_sha: "2096ed0"

Expand All @@ -238,7 +238,7 @@ Support this project with a :star:

- name: Run changed-files with defaults on the dir1
id: changed-files-for-dir1
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
path: dir1

Expand All @@ -250,7 +250,7 @@ Support this project with a :star:
- name: Run changed-files using the last commit on the remote branch
id: changed-files-since-last-remote-commit
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4
with:
since_last_remote_commit: 'true'

Expand All @@ -267,7 +267,7 @@ Support this project with a :star:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v11.9
uses: tj-actions/changed-files@v1.1.4

- name: Pre-commit
uses: pre-commit/action@v2.0.0
Expand Down

0 comments on commit 019a09d

Please sign in to comment.