Closed JarbasAl closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes include the introduction of new GitHub Actions workflows for automated labeling and stable release processes, alongside the deletion of several workflows related to alpha and stable publishing. The new workflows streamline the release process by automating versioning, changelog generation, and publishing to PyPI. The modifications enhance the overall CI/CD pipeline for the project by ensuring that development and release activities are efficiently managed.
Files | Change Summary |
---|---|
.github/workflows/conventional-label.yaml |
New workflow added for automatic labeling of pull requests based on conventional release practices. |
.github/workflows/publish_stable.yml |
New workflow added to automate the process of publishing stable releases to PyPI. |
.github/workflows/release_workflow.yml |
New workflow added to automate the release process upon closure of pull requests to the dev branch. |
.github/workflows/dev2master.yml |
Deleted workflow for pushing changes from dev to master . |
.github/workflows/publish_alpha.yml |
Deleted workflow for generating and publishing alpha builds to Test PyPI. |
.github/workflows/publish_build.yml |
Deleted workflow for generating and publishing stable releases to PyPI. |
.github/workflows/publish_major.yml |
Deleted workflow for major release automation. |
.github/workflows/publish_minor.yml |
Deleted workflow for minor release automation. |
🐰 In the meadow where code does play,
New workflows hop in, brightening the day!
Labels and releases, all in a dance,
CI/CD magic, giving us a chance.
With every pull, our project will thrive,
Thanks to these changes, we’re more alive! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Removed Features