Skip to content

Releases: tj-actions/changed-files

v42.1.0

09 Mar 20:07
aa08304
Compare
Choose a tag to compare

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

Note

  • Activating this setting will automatically set json to true and escape_json to false. It is recommended for scenarios requiring these specific configurations.

What's Changed

Full Changelog: v42...v42.1.0

v42

18 Jan 05:02
aa08304
Compare
Choose a tag to compare
v42

Changes in v42.1.0

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

What's Changed

Full Changelog: v42...v42.1.0


Changes in v42.0.7

What's Changed

Full Changelog: v42...v42.0.7


Changes in v42.0.6

What's Changed

  • Upgraded to v42.0.5 by @tj-actions-bot in #1955
  • chore(deps): update typescript-eslint monorepo to v7.1.0 by @renovate in #1956
  • chore(deps): update dependency @types/node to v20.11.21 by @renovate in #1957
  • chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #1958
  • chore(deps): update dependency @types/node to v20.11.22 by @renovate in #1959
  • chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in #1960
  • chore(deps): update dependency @types/node to v20.11.23 by @renovate in #1961
  • chore(deps): update dependency @types/node to v20.11.24 by @renovate in #1962
  • chore(deps): update dependency eslint-plugin-github to v4.10.2 by @renovate in #1963
  • chore(deps): lock file maintenance by @renovate in #1965
  • chore(deps): update typescript-eslint monorepo to v7.1.1 by @renovate in #1966
  • fix(deps): update dependency yaml to v2.4.1 by @renovate in #1967

Full Changelog: v42...v42.0.6


Changes in v42.0.5

What's Changed

Full Changelog: v42...v42.0.5


Changes in v42.0.4

What's Changed

Full Changelog: v42...v42.0.4


Changes in v42.0.3

What's Changed

Read more

v42.0.7

07 Mar 22:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v42...v42.0.7

v42.0.6

06 Mar 16:34
Compare
Choose a tag to compare

What's Changed

  • Upgraded to v42.0.5 by @tj-actions-bot in #1955
  • chore(deps): update typescript-eslint monorepo to v7.1.0 by @renovate in #1956
  • chore(deps): update dependency @types/node to v20.11.21 by @renovate in #1957
  • chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #1958
  • chore(deps): update dependency @types/node to v20.11.22 by @renovate in #1959
  • chore(deps): update tj-actions/verify-changed-files action to v19 by @renovate in #1960
  • chore(deps): update dependency @types/node to v20.11.23 by @renovate in #1961
  • chore(deps): update dependency @types/node to v20.11.24 by @renovate in #1962
  • chore(deps): update dependency eslint-plugin-github to v4.10.2 by @renovate in #1963
  • chore(deps): lock file maintenance by @renovate in #1965
  • chore(deps): update typescript-eslint monorepo to v7.1.1 by @renovate in #1966
  • fix(deps): update dependency yaml to v2.4.1 by @renovate in #1967

Full Changelog: v42...v42.0.6

v42.0.5

26 Feb 07:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v42...v42.0.5

v42.0.4

18 Feb 03:22
3f54ebb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v42...v42.0.4

v42.0.3

17 Feb 22:33
ec75ae5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v42...v42.0.3

v42.0.2

25 Jan 19:29
90a06d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v42...v42.0.2

v42.0.1

25 Jan 05:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v42...v42.0.1

v42.0.0

18 Jan 05:02
ae82ed4
Compare
Choose a tag to compare

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: v41...v42.0.0