fix(ci): release every master push #92

Closed
Wuast94 wants to merge 0 commits from codex/release-every-master-push into master
Owner

What changed

  • Recreates the closed, unmerged cleanup from PR #91 so those CI fixes can actually reach master.
  • Keeps Renovate out of CI and removes policy-only workflow tests.
  • Makes git-cliff failures visible instead of silently skipping release.
  • Treats docs/style/test commits as release-worthy so every master push can produce a release.
  • Aligns CI/release Gradle calls with the devcontainer gates by using --no-watch-fs.

Why

The latest release was missing because PR #91 was closed without merge, and the last master release run for #88 computed 1.3.64 but failed in the Release job. This branch makes the next master merge trigger release and fail loudly if version calculation breaks.

Verification

  • ./scripts/devcontainer-run.sh just everything
  • ./scripts/devcontainer-run.sh just format
  • ./scripts/devcontainer-run.sh just lint
  • ./scripts/devcontainer-run.sh just test
  • git cliff 2.13.1 --bumped-version => 1.3.64
  • ./scripts/devcontainer-run.sh adb devices => no attached Android devices, so device-only connectedCheck was not run
## What changed - Recreates the closed, unmerged cleanup from PR #91 so those CI fixes can actually reach master. - Keeps Renovate out of CI and removes policy-only workflow tests. - Makes git-cliff failures visible instead of silently skipping release. - Treats docs/style/test commits as release-worthy so every master push can produce a release. - Aligns CI/release Gradle calls with the devcontainer gates by using --no-watch-fs. ## Why The latest release was missing because PR #91 was closed without merge, and the last master release run for #88 computed 1.3.64 but failed in the Release job. This branch makes the next master merge trigger release and fail loudly if version calculation breaks. ## Verification - ./scripts/devcontainer-run.sh just everything - ./scripts/devcontainer-run.sh just format - ./scripts/devcontainer-run.sh just lint - ./scripts/devcontainer-run.sh just test - git cliff 2.13.1 --bumped-version => 1.3.64 - ./scripts/devcontainer-run.sh adb devices => no attached Android devices, so device-only connectedCheck was not run
chore: update renovate to 43.233.3
Some checks failed
CI / Lint, Test & Build (pull_request) Failing after 3m38s
920ee4a8ef
fix(ci): drop policy-only tests
All checks were successful
CI / Lint, Test & Build (pull_request) Successful in 7m50s
9d1042b179
fix(ci): release every master push
All checks were successful
CI / Lint, Test & Build (pull_request) Successful in 8m3s
9cb21797e4
Wuast94 closed this pull request 2026-06-22 00:51:54 +02:00
Some checks are pending
CI / Lint, Test & Build (pull_request) Successful in 8m3s
CI / Quality (pull_request)
Required
CI / Build (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Wuast94/betterbluelineconsole!92
No description provided.