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: LizardByte/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2025.1224.155016
Choose a base ref
...
head repository: LizardByte/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2025.1227.191137
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 26, 2025

  1. fix(release_homebrew): ignore indented version lines in formula block…

    …s during version extraction (#98)
    
    The extract_version_from_formula function was incorrectly picking up version declarations inside blocks like fails_with instead of the main formula version. Updated the logic to only consider version lines at class level (2-space indentation) and ignore those in deeper blocks (4+ spaces). Added tests to verify the behavior.
    ReenigneArcher authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    e685bc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2025

  1. feat(release_homebrew): edit existing PRs (#99)

    PR title will be edited to match the new commit message. Additionally an input option was added to remove PR labels when editing a PR.
    ReenigneArcher authored Dec 27, 2025
    Configuration menu
    Copy the full SHA
    c2e9980 View commit details
    Browse the repository at this point in the history
Loading