chore(main): release dev.openfeature.contrib.parent 2.0.0#1530
chore(main): release dev.openfeature.contrib.parent 2.0.0#1530openfeaturebot wants to merge 1 commit into
Conversation
f70152f to
7deaee8
Compare
toddbaert
left a comment
There was a problem hiding this comment.
Blocking for now - there's no actual new features here for external users.
3fb6660 to
1b71ffd
Compare
da8a757 to
8d8d4aa
Compare
0274b54 to
beb9689
Compare
2018a22 to
98571aa
Compare
459b172 to
ac93bb8
Compare
cd92e6f to
383e68c
Compare
383e68c to
d3c5c9a
Compare
262fdec to
20f1760
Compare
bfa3ce7 to
9643a96
Compare
9643a96 to
1211981
Compare
28ad671 to
c93a1db
Compare
fa8a7e3 to
55bc620
Compare
8fb3846 to
3d63dd5
Compare
c6a4514 to
30ddbe0
Compare
30ddbe0 to
babd261
Compare
31b77a9 to
8fa41d3
Compare
04548f2 to
efba8c7
Compare
efba8c7 to
791dc8b
Compare
ad3a9a8 to
90df338
Compare
01835ed to
1b5c7d6
Compare
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
📝 WalkthroughWalkthroughFour files are updated to bump the project version from ChangesVersion Bump to 2.0.0
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
version.txt (1)
1-2: 🎯 Functional Correctness | 🟠 Major | ⚡ Quick winRemove the stray second line from
version.txt.
version.txtshould contain a single version token; the extra2on Line 2 can break parsers expecting exact semver content.Proposed fix
2.0.0 -2🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@version.txt` around lines 1 - 2, Remove the extra trailing token from version.txt so it contains only the single version value. Update the file contents to keep just the 2.0.0 version string and delete the stray second line entry, since version.txt should be a one-token semver source.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 23-24: The 2.0.0 release notes contain two identical feature
bullets, so update the changelog entries to remove the ambiguity by either
merging them into a single bullet or rewriting one of the items to clearly
distinguish its issue/commit context; make the change in the duplicate “1.0
flagd core transitive deps” entries so the release notes read cleanly and
uniquely.
---
Outside diff comments:
In `@version.txt`:
- Around line 1-2: Remove the extra trailing token from version.txt so it
contains only the single version value. Update the file contents to keep just
the 2.0.0 version string and delete the stray second line entry, since
version.txt should be a one-token semver source.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: bcbe592d-bdd6-4f15-b070-3ccf66ae1422
📒 Files selected for processing (4)
.release-please-manifest.jsonCHANGELOG.mdpom.xmlversion.txt
| * 1.0 flagd core transitive deps ([#1755](https://github.com/open-feature/java-sdk-contrib/issues/1755)) ([fec3753](https://github.com/open-feature/java-sdk-contrib/commit/fec3753c34785c4dc911441def6686ff666bcc08)) | ||
| * 1.0 flagd core transitive deps ([#1758](https://github.com/open-feature/java-sdk-contrib/issues/1758)) ([f81f2a9](https://github.com/open-feature/java-sdk-contrib/commit/f81f2a9ec8cd5e52fe7a2efd8b86466f2fc2c99b)) |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Clarify duplicate feature bullets in the 2.0.0 notes.
Lines 23–24 repeat the same feature text, which is confusing in user-facing release notes; please disambiguate or merge them.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` around lines 23 - 24, The 2.0.0 release notes contain two
identical feature bullets, so update the changelog entries to remove the
ambiguity by either merging them into a single bullet or rewriting one of the
items to clearly distinguish its issue/commit context; make the change in the
duplicate “1.0 flagd core transitive deps” entries so the release notes read
cleanly and uniquely.
🤖 I have created a release beep boop
2.0.0 (2026-06-24)
⚠ BREAKING CHANGES
🐛 Bug Fixes
✨ New Features
This PR was generated with Release Please. See documentation.