Pre-release Pipeline for Integration Branch
Add a pre-release pipeline for a specified integration branch in the CI/CD environment. The pipeline should trigger automatically upon push to the integration branch (e.g. dev) and include a pre-release tag in the new version number (e.g. v0.1.0-dev.0).
This feature would help software development teams catch issues and conflicts earlier in the development process, improving software quality and reducing the risk of errors in production releases. Adding a pre-release pipeline to the CI/CD environment would be especially beneficial for complex projects.