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

Suggestion: add option to get commit count across all branches #19

Open
eddieyanez opened this issue Dec 2, 2022 · 0 comments
Open

Comments

@eddieyanez
Copy link

Useful for branch strategies where staging and production branch off main and the number of commits can vary between the two depending on how merges are executed (e.g. pull request merging one commit at a time in staging vs pull request merging all commits into production once staging is tested will leave the production branch with a lower total number of commits, which is expected).

In this instances, it is not possible to upload a build for a given version with a lower build number as the following error message is returned when uploading "The provided entity includes an attribute with a value that has already been used The bundle version must be higher than the previously uploaded version: ‘823’.". In this specific example, the production branch returned a total commit count of 821, whereas the previously uploaded staging branch had a build number of 823.

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

1 participant