Skip to content

Releases: petsinc/last-successful-commit-action

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:18
43e11ed

2.0.0 (2026-06-01)

Bug Fixes

  • Grant release workflow write permissions (065d852)
  • Update release repository URL (8106b10)
  • Use repository scoped release token (43e11ed)

Features

  • Update action runtime and build tooling (f073366)

BREAKING CHANGES

  • The action now runs on node24 instead of node16 and requires GitHub Actions runners that support node24.

v1.3.0

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 05:21
feat: Allow not passing branch

v1.2.1

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 05:01
fix: Use || not ?? to allow empty string to evaluate as falsy

v1.2.0

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 04:55
feat: Add debug output

v1.1.1

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 04:49
fix: Mark event as not required

v1.1.0

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 04:44
chore: Update names of test runs

v1.0.0

Choose a tag to compare

@nickderobertis nickderobertis released this 31 Jan 04:28
chore: Try GITHUB_TOKEN