Prepare v0.2.0 - #126
Merged
Merged
Conversation
The release that makes the product installable by someone who is not us. Every change in it comes from one root cause: it was built by the account that owns the App, so the vendor case and the adopter case had never been separated, and four of the defects were only reachable by an adopter. Breaking: the command prefix and two configuration names change. No migration path, because there are no installations other than this repository.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep. CHANGELOG entry plus the three version pins
scripts/verify-release.shenforces.What is in it
Everything from the adopter-correctness sweep: #110, #111, #112, #113, #114, #115, #116, #119, #120, #122.
The framing in the changelog is deliberate — every defect in this release has the same root cause. The product was built by the account that owns the GitHub App, so the vendor case and the adopter case were never separated. Four of the defects were reachable only by an adopter, which is why none had been seen.
Breaking
@simplycubed-code <verb>becomes/simplycubed <verb>AZURE_OPENAI_ENDPOINTbecomesSIMPLYCUBED_AZURE_OPENAI_ENDPOINT(variable)AZURE_OPENAI_API_KEYbecomesSIMPLYCUBED_AZURE_OPENAI_API_KEY(secret)SIMPLYCUBED_SELF_LOGINbecomesSIMPLYCUBED_GH_APP_LOGINgithub-app-idworkflow input is goneNo migration path is offered, because there are no installations other than this repository and
simplycubed/corp. Both are handled.After merging
Cut the tag with the tag-release workflow, per
docs/release.md— nothing is tagged from a local checkout.