Skip to content
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

Automate the generation of Go code based on upstream releases #4

Open
MrAlias opened this issue Feb 11, 2021 · 1 comment
Open

Automate the generation of Go code based on upstream releases #4

MrAlias opened this issue Feb 11, 2021 · 1 comment

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Feb 11, 2021

When an upstream release of the proto is made use a GitHub action to generate the Go code using this repos tooling and submit a PR for review. Additionally, have automation built that will make a release of this repo when a new tagged version is merged to main.

@MadVikingGod
Copy link
Contributor

To accommodate the wish to keep our code generation separate from the opentelemetry-proto repository I think this should just be accomplished by a scheduled workflow that checks for a new version tag, and updates to it to make a PR.

If there is any reasonable way to signal if a change has broken the go compatibility promises, I would schedule a workflow to check if main is still compatible with the last release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants