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

Add automatic version suffixes #2707

Closed
wants to merge 60 commits into from

Conversation

davidmrdavid
Copy link
Contributor

@davidmrdavid davidmrdavid commented Jan 4, 2024

Replaces: #2497
When making a private extension release, we manually add a version suffix to the package so that it can be distinguished from an official release.

This PR automates that process in 2 ways:

(1) the CI automatically adds a version suffix when the standard/manual release pipeline is triggered in a feature branch. The version suffix will be -pr. where is automatically generated by the CI.
(2) the CI automatically adds a version suffix when the nightly release pipeline is triggered. The version suffix will be -ci. where is automatically generated by the CI.

@davidmrdavid davidmrdavid force-pushed the dajusto/automatic-version-suffix branch from a3d0b59 to 805b7f8 Compare January 5, 2024 02:23
@davidmrdavid davidmrdavid deleted the dajusto/automatic-version-suffix branch January 5, 2024 02:27
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

Successfully merging this pull request may close these issues.

3 participants