Skip to content

chore: release main - #1896

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore: release main#1896
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

1.5.1-SNAPSHOT

Updating meta-information for bleeding-edge SNAPSHOT release.


Important

Close and reopen this PR to trigger CI checks.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch from c8c2d07 to a280fe1CompareFebruary 18, 2026 22:37
@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch 3 times, most recently from 8ed33fa to 8c44220CompareFebruary 20, 2026 15:39
@zeitlingerzeitlinger reopened this Feb 20, 2026
zeitlinger added a commit that referenced this pull request Feb 20, 2026
## Summary
- `pull-request-footer` was not being applied to release PRs because
release-please defaults `separatePullRequests` to `true` for
single-package configs, which skips the Merge plugin responsible for
applying the footer
- Setting `separate-pull-requests: false` forces the Merge plugin to run
## Context
- This is a workaround for an upstream bug in release-please where
`pull-request-footer` is silently ignored for single-package repos
- Affects both regular release PRs and Java SNAPSHOT PRs
- Same issue exists in grafana/flint and likely any single-package repo
using `pull-request-footer`
## Test plan
- [ ] After merging, verify PR #1896 gets updated with the footer on
the next release-please run
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
@github-actionsgithub-actionsBot changed the title chore(main): release 1.5.1-SNAPSHOTchore: release mainFeb 20, 2026
@github-actions
github-actionsBotforce-pushed the release-please--branches--main branch from 8c44220 to ae2d20fCompareFebruary 20, 2026 17:11
@zeitlinger
zeitlinger deleted the release-please--branches--main branch March 16, 2026 09:36
zeitlinger added a commit that referenced this pull request Mar 18, 2026
## Summary
- Remove `always-bump-patch` from release-please config so version bumps
follow conventional commits (feat → minor, fix → patch)
- This fixes the broken release-please PR #1896 which had an empty diff
and generic title due to version mismatch
## Context
The previous `always-bump-patch` setting conflicted with the manual
`1.6.0-SNAPSHOT` bump, causing release-please to get stuck. With default
versioning, release-please will correctly propose `1.6.0` based on the
`feat:` commits since `1.5.0`.
## Test plan
- [ ] After merge, verify release-please creates a new PR with correct
version and changelog
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@zeitlinger