GRM-65: Pin devx dependency and fix version tags #93

Merged
emil merged 0 commits from GRM-65-pin-devx-and-fix-version into master 2026-06-22 20:27:13 +00:00
Owner

Summary

Three critical issues fixed:

  1. Pin devx dependency: All references to devx@master replaced with devx@v0.4.0 (Makefile + 7 workflow references). Added DEVX_VERSION variable in Makefile. This ensures reproducible builds.

  2. cliff.toml preprocessor bug: Pattern ^GRM-\d+\s+ did not match GRM-N: feat: ... (missing colon). Fixed to ^GRM-\d+:\s+. Added refactor_always_bump_patch.

  3. Version bump to 0.7.0: GRM was stuck at v0.6.1 despite 15 unreleased commits including the devx migration (GRM-64) which removed LABEL_CONFIG from public API and restructured dependencies.

Closes GRM-65

## Summary Three critical issues fixed: 1. **Pin devx dependency**: All references to `devx@master` replaced with `devx@v0.4.0` (Makefile + 7 workflow references). Added `DEVX_VERSION` variable in Makefile. This ensures reproducible builds. 2. **cliff.toml preprocessor bug**: Pattern `^GRM-\d+\s+` did not match `GRM-N: feat: ...` (missing colon). Fixed to `^GRM-\d+:\s+`. Added `refactor_always_bump_patch`. 3. **Version bump to 0.7.0**: GRM was stuck at v0.6.1 despite 15 unreleased commits including the devx migration (GRM-64) which removed `LABEL_CONFIG` from public API and restructured dependencies. Closes GRM-65
emil reviewed 2026-06-22 20:17:11 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: WARNING — source files changed but no test files updated
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: WARNING — source files changed but no test files updated - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil force-pushed GRM-65-pin-devx-and-fix-version from 01122cf467 to 6129e6a071 2026-06-22 20:25:00 +00:00 Compare
emil reviewed 2026-06-22 20:25:41 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: WARNING — source files changed but no test files updated
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: WARNING — source files changed but no test files updated - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit 403340489f into master 2026-06-22 20:27:13 +00:00
emil deleted branch GRM-65-pin-devx-and-fix-version 2026-06-22 20:27:13 +00:00
Sign in to join this conversation.