-
Notifications
You must be signed in to change notification settings - Fork 62
Combine catalogd and operator-controller goreleaser configurations #1342
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
Comments
Linked to internal Jira story EET-4420. |
We can use GoReleaser within a monorepo and use tag prefixes to mark "which tags belong to which sub project" [1] |
We can create a .goreleaser.yaml for each subproject
Then, you can release with (from the project's root directory):
|
After the monorepo prep script is run the go releaser is working fine
|
However there are two warnings i.e. for operator-controller |
So current goreleaser files work fine after the monorepo script is run. However the release of operator-controller will get all change long from catalog directory as well, which is not desired. |
As discussed in the #olm-dev slack channel. We do not need any changes in the go-releaser files. [1] https://kubernetes.slack.com/archives/C0181L6JYQ2/p1734649103901029 |
Combine goreleaser files from the catalogd and operator-controller files.
The text was updated successfully, but these errors were encountered: