-
Notifications
You must be signed in to change notification settings - Fork 20
chore: use release please #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 94.44% 94.44%
=======================================
Files 18 18
Lines 432 432
Branches 36 36
=======================================
Hits 408 408
Misses 13 13
Partials 11 11 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
98f5448
to
1d0f92e
Compare
1d0f92e
to
2e07478
Compare
Thanks for doing this @benjiro! This makes sense to me. My initial ideas was to use the "simple" strategy and annotate versions in the .proj files like so, but if the Thanks again! Maybe we can do a fix release that updates something trivial (like a comment typo or something) and test all works as expected. |
@toddbaert How does the |
It looks for the I'm pretty sure you can use these annotations in any strategy though. The only difference with the more intelligent strategies is they "know" where to update in many cases. I don't think one solution is better than the other. Unless you can think of some reason why we should switch to simple, I think we can stick with your strat. |
2e07478
to
aac04a3
Compare
Standardise the release/development experience across the openfeature sdks by using release-please. - Remove usage of minver - Remove dotnet releaser - Setup release please and use simple type - Add action to lint commit messages Signed-off-by: Benjamin Evenson <[email protected]>
aac04a3
to
b008b76
Compare
#59
Standardise the release/development experience across the openfeature SDKs by using release-please.