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: CodSpeedHQ/action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.13.0
Choose a base ref
...
head repository: CodSpeedHQ/action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.13.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    d214727 View commit details
    Browse the repository at this point in the history
  2. feat: add dry-run mode to release script

    The release script now defaults to dry-run mode, showing a summary of
    all actions and release notes without making any changes. Pass --execute
    to actually perform the release.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    adriencaccia and claude committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    6e1e277 View commit details
    Browse the repository at this point in the history
  3. feat: fail release script if version already exists

    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    adriencaccia and claude committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    12a303d View commit details
    Browse the repository at this point in the history
  4. feat: support action-only releases with explicit version argument

    Allow passing a version to the release script (e.g. ./scripts/release.sh
    4.13.1). When the version matches a runner release, runner changelog is
    included. Otherwise, GitHub auto-generates notes from commits.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    adriencaccia and claude committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    bc11107 View commit details
    Browse the repository at this point in the history
  5. Release v4.13.1 🚀

    adriencaccia committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    db35df7 View commit details
    Browse the repository at this point in the history
Loading