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

[CI/CD] Implement GitHub Flow with Pre-Release Branch for Workflow Improvements #185

Open
a-mabe opened this issue Dec 22, 2024 · 0 comments
Assignees
Labels
CI/CD In progress Issue is actively being worked on

Comments

@a-mabe
Copy link
Owner

a-mabe commented Dec 22, 2024

  1. Adopt GitHub Flow with a Pre-Release Branch:
    1. Use feature branches for individual changes.
    2. Introduce a pre-release branch for integration and testing before merging into main.
    3. Create pre-releases from the pre-release branch to enable open testing and gather feedback.
  2. Streamline Releases:
    1. Optimize the release pipeline to reduce manual effort and errors.
    2. Ensure clear, consistent versioning and deployment steps.
  3. Improve Automated Testing:
    1. Expand test coverage to catch issues earlier.
    2. Refine CI/CD workflows for more reliable builds.

Tasks:

  1. Set up the pre-release branch in the GitHub repository.
  2. Define guidelines for using feature branches and merging into pre-release.
  3. Implement CI/CD updates to create pre-releases from pre-release.
  4. Expand and refine automated test cases for changes merged into pre-release.
  5. Document the updated Git workflow.
@a-mabe a-mabe added CI/CD In progress Issue is actively being worked on labels Dec 22, 2024
@a-mabe a-mabe added this to the Workflow Improvements milestone Dec 22, 2024
@a-mabe a-mabe self-assigned this Dec 22, 2024
@a-mabe a-mabe moved this to In progress in OpenHIIT Roadmap Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD In progress Issue is actively being worked on
Projects
Status: In progress
Development

No branches or pull requests

1 participant