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

Publish New Snapshot should work for bugfix branches #1557

Closed
rafaelmag110 opened this issue Sep 16, 2024 · 0 comments · Fixed by #1558
Closed

Publish New Snapshot should work for bugfix branches #1557

rafaelmag110 opened this issue Sep 16, 2024 · 0 comments · Fixed by #1558
Labels
enhancement New feature or request triage all new issues awaiting classification

Comments

@rafaelmag110
Copy link
Contributor

WHAT

When running the publish-new-snapshot workflow manually from a bugfix branch, all published artifacts will have the same version has defined in the gradle.properties (usually should be the bugfix version). This leads to an unexpected release of the bugfix and not of a "-SNAPSHOT" version.

WHY

We should be able to publish snapshot artifacts for a bugfix, to allow pre-validation.

HOW

Allow for a version input on the workflow.

FURTHER NOTES

The publish-new-snapshot workflow also has a few quirks that could be adjusted.

@rafaelmag110 rafaelmag110 added enhancement New feature or request triage all new issues awaiting classification labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage all new issues awaiting classification
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant