chore: revert Librarian CLI release to pre-major release#2898
Conversation
Summary of ChangesHello @ldetmer, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses an issue where Librarian CLI version 1.0.0 was prematurely released before it reached a stable state. The changes retract this unstable major release and reset the project's versioning to continue with pre-1.0 releases, specifically starting from 0.6.0, to ensure stability before a true major release. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request reverts the version of the Librarian CLI from 1.0.0 to 0.6.0 in the .librarian/state.yaml configuration file. This change aligns with the goal of retracting a premature major release and continuing with pre-1.0 versions as described. The change is straightforward and appears correct given the context. I have no specific comments or suggestions.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2898 +/- ##
=======================================
Coverage 83.02% 83.02%
=======================================
Files 132 132
Lines 10890 10890
=======================================
Hits 9041 9041
Misses 1440 1440
Partials 409 409 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
We prematurely released 1.0.0 version of Librarian CLI, when it is not yet stable. We have retracted this release and will continue on with pre 1.0 releases, starting with 0.6.0.