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

Streamline CI/CD Workflows and Improve Version Management #4

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

renxida
Copy link
Owner

@renxida renxida commented Jun 28, 2024

This PR updates our CI/CD workflows to streamline the release process and improve version management. The changes enhance our ability to manage nightly builds and official releases more effectively.

Key Changes

  1. Nightly Builds: Updated versioning to current_release+nightly.xxxx format.
  2. Official Releases:
    • Combined release and publish workflows into a single file.
    • Added options to increment major, minor, or patch versions via manual trigger.
  3. Workflow Organization:
    • Kept nightly releases in a separate workflow file.
    • Merged official release and publish processes into one workflow.

Impact

  • Improved clarity in version numbering for nightly builds.
  • More flexible official release process with options for different version increments.
  • Streamlined CI/CD pipeline with fewer workflow files to manage.

@renxida renxida merged commit dbccaa2 into main Jun 28, 2024
1 check passed
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.

1 participant