-
Notifications
You must be signed in to change notification settings - Fork 86
[Konflux] prepare first release #2112
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
base: main
Are you sure you want to change the base?
[Konflux] prepare first release #2112
Conversation
Downgrade the plugins package versions to be `"0.0.0"`. This is necessary for having the first release for the Konflux plugins.
Add changeset for first version of Konflux plugin release.
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
| { | ||
| "name": "@internal/konflux", | ||
| "version": "0.1.0", | ||
| "private": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious question: is it correct to remove the "private": true from workspaces/konflux/package.json (above change)? if not, I will undo it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. please keep the private for the workspace package!
christoph-jerolimov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!
Add ["@red-hat-developer-hub/*"] to the fixed config. It enforces the release process to always release frontend and backend together.
|
|
@christoph-jerolimov could you please take a look at this PR again once you have the chance? if I'm missing something else, just let me know and I'll work on the changes :) |



Hey, I just made a Pull Request!
Description
In this PR we're adding a
changesetand "reseting" Konflux package versions to"0.0.0"in preparation for the first release ☕✔️ Checklist