-
Notifications
You must be signed in to change notification settings - Fork 4
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
Define the Versioning Strategy #18
Comments
Out of curiosity, what is the current release process? Is it manually done through --> https://github.com/grafana/cloudcost-exporter/releases/new where a new tag is also created manually? As for the cadence, it looks like it's weekly to bi-monthly. Could you share more on the reason for the patches, such as |
@nikimanoledaki see https://github.com/grafana/cloudcost-exporter/blob/main/docs/contribute/releases.md for a very brief guide on the release process. For versioning, we try to stick with semver as best as we can, but it's always a judgement call. Fixes/dependencies end up being patches, whereas new features is a minor version update. Since we're still in alpha, we make no gaurantees of backwards compatibility so we've stuck with
Cadence is so far as we need it, but mostly aligning with PR's merged in or dependency updates. |
Thank you, hadn't seen the release docs on this! Happy to add a goreleaser workflow if you agree to this approach :) That way we can start hacking at it. We would still need to create new tags manually. The workflow would listen to new tags that are created. How does that sound? |
Great work @nikimanoledaki! From your perspective, is there anything else we should do on this issue? Or is having release notes automatically generated good enough for now? |
While 0 is the new 1.0, we should have a well defined strategy on how we version and release
cloudcost-exporter
.Define a release workflow in github actions.
The text was updated successfully, but these errors were encountered: