Skip to content

v1.1.26

Latest

Choose a tag to compare

@nolte-portfolio-app nolte-portfolio-app released this 22 Jul 13:31
bab4f9d

Changes

  • feat(project): author the planning-suite mission for gh-plumbing (#262) (#383) @nolte

🚀 Features

  • feat(release): implement workflow-driven version-bearing auto-bump (primary path) (#381) @nolte
  • feat(release): harden reusable-release-publish against silent publish pitfalls (#380) @nolte

🐛 Bug Fixes

  • fix(release): degrade gracefully when primary-path align push is rejected (#382) @nolte

🧰 Maintenance

  • feat(labels): add frontend, backend, test, security labels (#385) @nolte
  • fix(release): degrade gracefully when primary-path align push is rejected (#382) @nolte
  • feat(release): implement workflow-driven version-bearing auto-bump (primary path) (#381) @nolte
  • feat(release): harden reusable-release-publish against silent publish pitfalls (#380) @nolte
  • fix(release): pin gate 4 alignment-commit check to TARGET_SHA (#379) @nolte

Project context

Audiences served

  • Downstream repositories consuming reusable workflows → addressed by §Reusable workflow changes
  • Downstream repositories extending Probot configurations → addressed by §Shared Probot configuration changes
  • Repository maintainer → addressed by §Reusable workflow changes (release automation)

Reusable workflow changes

  • reusable-release-publish.yml — workflow-driven, version-bearing auto-bump is now the primary alignment path (#381), with graceful degradation when the primary-path alignment push is rejected (#382).
  • reusable-release-publish.yml — hardened against silent publish pitfalls so a no-op publish fails loudly instead of exiting green (#380).
  • reusable-release-publish.yml — gate-4 alignment-commit check pinned to TARGET_SHA for a deterministic verification target (#379).
  • Consumers pinning uses: nolte/gh-plumbing/.github/workflows/reusable-release-publish.yaml@<tag> should re-pin to v1.1.26 to pick up these changes.

Shared Probot configuration changes

  • commons-settings.yml — four new labels: frontend, backend, test, security (#385). Propagates to repositories extending gh-plumbing:.github/commons-settings.yml on the next Probot Settings sync.
  • commons-boring-cyborg.yml — path-based auto-labeling: src/frontend/**frontend, src/backend/**backend (#385). Applies to repositories extending gh-plumbing:.github/commons-boring-cyborg.yml.

Open questions

  • renovate-configs/common.json is unchanged in this release; the Renovate-preset consumer audience has no release-relevant change in v1.1.26.