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: grimmory-tools/grimmory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.3
Choose a base ref
...
head repository: grimmory-tools/grimmory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. fix(release): publish stable images via reusable workflow

    - Stable release orchestration:
      - stop relying on a bot-created tag push to trigger stable image publication
      - capture the semantic-release result directly in the main release workflow
      - invoke the stable image publisher as a reusable workflow with the computed tag and release commit SHA
    
    - Stable publish workflow:
      - convert the publish workflow from a `push.tags` trigger to `workflow_call`
      - keep a `workflow_dispatch` entry point so existing tags can be published manually for recovery
      - remove the obsolete `v2.2.1` bootstrap skip and use the release bot token for release finalization when available
    
    - Branch hygiene:
      - automatically cherry-pick the semantic-release changelog commit from `main` back onto `develop`
      - avoid merge commits while keeping `CHANGELOG.md` aligned across the release and integration branches
      - skip the backport if the target release commit is already present on `develop`
    
    - Validation:
      - parse both workflow files successfully with `yq`
      - pass `git diff --check`
    imajes committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    03f4a8e View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.2.4 [skip ci]

    ## [2.2.4](v2.2.3...v2.2.4) (2026-03-20)
    
    ### Bug Fixes
    
    * **release:** publish stable images via reusable workflow ([03f4a8e](03f4a8e))
    github-actions[bot] committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c1d06fb View commit details
    Browse the repository at this point in the history
Loading