You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(manifest): apply per-package snapshot-label from config
`extractReleaserConfig` was not mapping the `snapshot-label` key from
per-package `release-please-config.json` blocks, and `mergeReleaserConfig`
was not propagating it from the root default into per-package configs.
As a result, Java/Maven snapshot PRs fell back to `DEFAULT_SNAPSHOT_LABELS`
(`['autorelease: snapshot']`) regardless of configuration.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments