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

[FEATURE] add Automatic Semantic Release #83

Open
leomaurodesenv opened this issue May 12, 2024 · 0 comments
Open

[FEATURE] add Automatic Semantic Release #83

leomaurodesenv opened this issue May 12, 2024 · 0 comments

Comments

@leomaurodesenv
Copy link

Missing functionality
Automatic semantic release using CI/CD is currently not supported in our GitHub repository. This means that developers have to manually trigger the release process, which is time-consuming and prone to human error. Additionally, it can lead to delays in deploying new features or bug fixes to production environments.

Proposed feature
I propose implementing a feature that enables automatic semantic release using Continuous Integration/Continuous Deployment (CI/CD) pipelines. This feature would allow developers to define release workflows directly in the repository's configuration files (e.g., YAML files), specifying conditions under which a release should be triggered, such as merging code into specific branches or tagging commits with version numbers.

Reference

Alternatives considered
One alternative is to continue relying on manual release processes or using external CI/CD tools outside of GitHub. However, these approaches are less integrated with the repository and may require additional setup and maintenance overhead.

Additional context
Implementing automatic code release using CI/CD would not only improve developer productivity but also enhance the overall reliability and stability of our software deployments. It aligns with modern software development practices and enables faster time-to-market for new features and updates. Additionally, it promotes a consistent and standardized release process across teams and projects within our organization.

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

No branches or pull requests

1 participant