Skip to content

[Feature] - Increment library.properties incrementer #38

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

Open
totally-not-frito-lays opened this issue May 24, 2024 · 0 comments
Open
Assignees

Comments

@totally-not-frito-lays
Copy link
Member

totally-not-frito-lays commented May 24, 2024

Is your feature request related to a problem? Please describe.
Our current library.properties is updated manually each time a new PR is merged with main.

Describe the solution you'd like
After a PR is approved, GitHub actions1 should run a script to auto-increment the version number, adhering to our guidelines2.

This should happen after a PR is approved and before the branch is merged.

This should also check the PR for labels / branch name to figure out how to increment the value. This system shouldn't break if we have a new major rewrite to this library.

Describe alternatives you've considered
Manually doing this, we're going to miss new updates. This might make it very difficult for us to troubleshoot code in the future.

Additional context


Footnotes

  1. GitHub Actions Documentation

  2. semantic versioning guidelines.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants