Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tj-actions/changed-files
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v44.5.0
Choose a base ref
...
head repository: tj-actions/changed-files
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v44.5.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on May 21, 2024

  1. chore(deps): update dependency ts-jest to v29.1.3

    renovate[bot] committed May 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d195e6e View commit details
  2. Upgraded to v44.5.0 (#2101)

    Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com>
    Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
    3 people authored May 21, 2024
    Copy the full SHA
    8b07fd3 View commit details
  3. Copy the full SHA
    bf548e4 View commit details
  4. Added missing changes and modified dist assets.

    actions-user authored and renovate[bot] committed May 21, 2024
    Copy the full SHA
    96f6572 View commit details

Commits on May 22, 2024

  1. Copy the full SHA
    98e187e View commit details
  2. Added missing changes and modified dist assets.

    actions-user authored and renovate[bot] committed May 22, 2024
    Copy the full SHA
    8a0655f View commit details

Commits on May 24, 2024

  1. fix: bug detecting previous tag when workflow is rerun (#2107)

    Co-authored-by: GitHub Action <action@github.com>
    jackton1 and actions-user authored May 24, 2024
    Copy the full SHA
    03334d0 View commit details
Showing with 232 additions and 238 deletions.
  1. +27 −0 HISTORY.md
  2. +106 −69 dist/index.js
  3. +1 −1 dist/index.js.map
  4. +1 −1 dist/licenses.txt
  5. +1 −1 package.json
  6. +30 −128 src/__tests__/utils.test.ts
  7. +2 −1 src/commitSha.ts
  8. +48 −21 src/utils.ts
  9. +16 −16 yarn.lock
27 changes: 27 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

# [44.5.0](https://github.com/tj-actions/changed-files/compare/v44.4.0...v44.5.0) - (2024-05-21)

## <!-- 0 -->🚀 Features

- Add support for providing patterns to match tags ([#2098](https://github.com/tj-actions/changed-files/issues/2098)) ([03c1842](https://github.com/tj-actions/changed-files/commit/03c184259aae3c160b1d7281389e51f97ea02e5e)) - (Tonye Jack)

## <!-- 26 -->🔄 Update

- Updated README.md ([#2099](https://github.com/tj-actions/changed-files/issues/2099))

Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([1754cd4](https://github.com/tj-actions/changed-files/commit/1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8)) - (tj-actions[bot])

## <!-- 7 -->⚙️ Miscellaneous Tasks

- **deps:** Update typescript-eslint monorepo to v7.10.0 ([5f01393](https://github.com/tj-actions/changed-files/commit/5f0139347aeb65568e336f0250e84595c04c6c0a)) - (renovate[bot])
- **deps:** Update dependency @types/lodash to v4.17.4 ([58a9886](https://github.com/tj-actions/changed-files/commit/58a98867a77169ecf0438862d98cc9eb4bfb3511)) - (renovate[bot])
- **deps:** Update dependency @types/lodash to v4.17.3 ([9216b0c](https://github.com/tj-actions/changed-files/commit/9216b0cec231229441961c892fbdfcda247e6f59)) - (renovate[bot])
- **deps:** Update dependency @types/node to v20.12.12 ([0e3a6c3](https://github.com/tj-actions/changed-files/commit/0e3a6c3e99b91fdd487b056c372f55c0c28e7eaf)) - (renovate[bot])
- **deps:** Update typescript-eslint monorepo to v7.9.0 ([e86678f](https://github.com/tj-actions/changed-files/commit/e86678fe3aea7af0d378326a830158c186101136)) - (renovate[bot])
- **deps:** Lock file maintenance ([35d5a4d](https://github.com/tj-actions/changed-files/commit/35d5a4d79f865a1a8db02b9f6fb4c5cd4b4809ef)) - (renovate[bot])

## <!-- 9 -->⬆️ Upgrades

- Upgraded to v44.4.0 ([#2086](https://github.com/tj-actions/changed-files/issues/2086))

Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([887f936](https://github.com/tj-actions/changed-files/commit/887f93673c5c7e05864f59ff35db2cc632163ce3)) - (tj-actions[bot])

# [44.4.0](https://github.com/tj-actions/changed-files/compare/v44.3.0...v44.4.0) - (2024-05-08)

## <!-- 0 -->🚀 Features
Loading