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: github/gh-combine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.24
Choose a base ref
...
head repository: github/gh-combine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 163 files changed
  • 2 contributors

Commits on Apr 21, 2025

  1. fixes

    GrantBirki committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    2000f7f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Bump the github-actions group with 2 updates (#33)

    Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/download-artifact` from 54124fbd881f8ce794405a06896c93c49c17463e to d3f86a106a0bac45b974a628896c90dbdf5c8093
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@54124fb...d3f86a1)
    
    Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@2.2.3...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: d3f86a106a0bac45b974a628896c90dbdf5c8093
      dependency-type: direct:production
      dependency-group: github-actions
    - dependency-name: actions/attest-build-provenance
      dependency-version: 2.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    2257a80 View commit details
    Browse the repository at this point in the history
  2. fix flakey tests (#35)

    * fix flakey tests
    
    * lint
    
    * protect against race and flakey tests going forward
    GrantBirki authored May 9, 2025
    Configuration menu
    Copy the full SHA
    395c1d2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Configuration menu
    Copy the full SHA
    fe15d89 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Bump github.com/cli/go-gh/v2 in the go_modules group (#37)

    Bumps the go_modules group with 1 update: [github.com/cli/go-gh/v2](https://github.com/cli/go-gh).
    
    
    Updates `github.com/cli/go-gh/v2` from 2.12.0 to 2.12.1
    - [Release notes](https://github.com/cli/go-gh/releases)
    - [Commits](cli/go-gh@v2.12.0...v2.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cli/go-gh/v2
      dependency-version: 2.12.1
      dependency-type: direct:production
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    33ac06f View commit details
    Browse the repository at this point in the history
  2. Bump golangci/golangci-lint-action in the github-actions group (#38)

    Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `golangci/golangci-lint-action` from 7 to 8
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Grant Birkinbine <grant.birkinbine@gmail.com>
    dependabot[bot] and GrantBirki authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    4bba6fe View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    e2ef6bf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Hermetic Builds 🔒 (#40)

    * more hermetic builds
    
    * match go versions
    
    * run `script/update`
    
    * Fix shebang formatting in env script
    
    * Refactor build environment variables and ldflags in .goreleaser.yaml
    
    * goreleaser updates
    
    * fix build
    
    * add check
    
    * Update build scripts to use single target mode and pass arguments to goreleaser
    GrantBirki authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    ba1ae61 View commit details
    Browse the repository at this point in the history
  2. release fix

    GrantBirki committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    18acd2e View commit details
    Browse the repository at this point in the history
  3. release fixes

    GrantBirki committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    f5237e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae70d77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21e396a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    27a6ea6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Bump the go-dependencies group with 2 updates (#42)

    Bumps the go-dependencies group with 2 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/stretchr/testify](https://github.com/stretchr/testify).
    
    
    Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.9.1...v1.10.1)
    
    Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.10.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-version: 1.10.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-dependencies
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    39dcc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd56af View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Bump the github-actions group with 4 updates (#43)

    Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `goreleaser/goreleaser-action` from 6.3.0 to 6.4.0
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@9c156ee...e435ccd)
    
    Updates `actions/download-artifact` from 4.3.0 to 5.0.0
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@d3f86a1...634f93c)
    
    Updates `actions/attest-build-provenance` from 2.4.0 to 3.0.0
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@v2.4.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: goreleaser/goreleaser-action
      dependency-version: 6.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/attest-build-provenance
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Grant Birkinbine <grant.birkinbine@gmail.com>
    dependabot[bot] and GrantBirki authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    9e8948c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. chore: Dependency and Release Updates (#45)

    * use `v6` of setup-go
    
    * bump go version
    
    * update build steps
    
    * update release
    
    * update helper scripts
    
    * remove deadcode for now
    GrantBirki authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    e2cfb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84beab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cecece View commit details
    Browse the repository at this point in the history
Loading