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 release #1002

Open
1 task done
mateusoliveira43 opened this issue May 24, 2023 · 0 comments
Open
1 task done

Automate release #1002

mateusoliveira43 opened this issue May 24, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@mateusoliveira43
Copy link
Collaborator

Feature description

After a release PR (a PR that bumped the chart/operator version to non per-release) is merged, a GitHub release should be automatically created.

This can be done using ncipollo/release-action and reading the GitHub draft release body (which could be done using pygithub objects https://pygithub.readthedocs.io/en/latest/github_objects/GitRelease.html https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html#github.Repository.Repository.get_releases )

Example: https://github.com/mateusoliveira43/cly/blob/main/.github/workflows/versioning.yml

How this will help you

Faster and more reliable process.

Feature priority

⏳ Low priority, it does not block me of using Pelorus

Code of Conduct

  • I agree to follow Pelorus's Code of Conduct
@mateusoliveira43 mateusoliveira43 added kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

1 participant