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: checkmake/checkmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9141db
Choose a base ref
...
head repository: checkmake/checkmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ea1879
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 8, 2026

  1. build/release: separate creation of releaseartifacts

    This factors creation of release artifacts out of the ci workflow
    
    release artifacts can now be built with 'make release-artifacts'
    
    'make github-release'also creates them automatically now.
    
    Signed-off-by: Michael Adam <[email protected]>
    obnoxxx committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    f43ade8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Update v0.3.0.md

    update v0.3.0 release notes with highlight, mentioning container images in quay.io and linux arm64 binary.
    
    Signed-off-by: Michael Adam <[email protected]>
    obnoxxx committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    0f9ce14 View commit details
    Browse the repository at this point in the history
  2. fix(cli): cleanup --version output

    Striped the surplus leading "checkmake version" in `--version` output.
    https://github.com/spf13/cobra/blob/main/site/content/user_guide.md#version-flag
    
        $ checkmake --version
        # before, with v0.3.0
        checkmake version checkmake vx.y.x ...
        # after
        checkmake vx.y.x ...
    
    Signed-off-by: Yukai Chou <[email protected]>
    (cherry picked from commit 0ed9cfc)
    muzimuzhi authored and obnoxxx committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    230e7f0 View commit details
    Browse the repository at this point in the history
  3. docs: add release notes for v0.3.1

    Signed-off-by: Michael Adam <[email protected]>
    (cherry picked from commit 659e51b)
    obnoxxx committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    4ea1879 View commit details
    Browse the repository at this point in the history
Loading