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.
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.
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
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.
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 master2026-06-22 20:27:13 +00:00
emil
deleted branch GRM-65-pin-devx-and-fix-version2026-06-22 20:27:13 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Three critical issues fixed:
Pin devx dependency: All references to
devx@masterreplaced withdevx@v0.4.0(Makefile + 7 workflow references). AddedDEVX_VERSIONvariable in Makefile. This ensures reproducible builds.cliff.toml preprocessor bug: Pattern
^GRM-\d+\s+did not matchGRM-N: feat: ...(missing colon). Fixed to^GRM-\d+:\s+. Addedrefactor_always_bump_patch.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_CONFIGfrom public API and restructured dependencies.Closes GRM-65
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
01122cf467to6129e6a071Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.