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

Commits on Jul 8, 2025

  1. chore: bump runner version to 3.7.0 (#133)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    79c05fc View commit details
    Browse the repository at this point in the history
  2. feat: add support for 'latest' version resolution and flexible versio…

    …n formats
    
    - Add support for 'latest' keyword to fetch the most recent release from GitHub
    - Support both 'v3.5.0' and '3.5.0' version formats with automatic normalization
    - Use jq for robust JSON parsing of GitHub API responses
    - Update input description to document new version resolution options
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    art049 and claude committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    9198e58 View commit details
    Browse the repository at this point in the history
  3. test: add comprehensive version resolution tests

    - Add parameterized job to test 'latest', '3.5.0', and 'v3.5.0' formats
    - Ensure all version resolution options work correctly in CI
    - Use single OS runner for version format testing
    art049 committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    e80fe8c View commit details
    Browse the repository at this point in the history
  4. Release v3.7.0 🚀

    art049 committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    c28fe9f View commit details
    Browse the repository at this point in the history
Loading