We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: Nowadays, we have to execute the library deployment process every time we need to produce a new version.
It would be nice to have a complete CI/CD process, where every new merge on the main branch would produce an automatic deployment.
Maybe we should adhere to the semantic-release project for helping us to achieve a commit-based versioning system. 🤔
The text was updated successfully, but these errors were encountered:
Good idea, would target 1.5.0 with this. So once 1.4.0 is released we use the commit format?
Sorry, something went wrong.
chore(v8n): add commitizen to enforce angular commit message format
b55b9a3
ref #190
chore: add commitizen to enforce angular commit message format
1917d41
Merged PRs #209 and #210 were part of this. Only thing missing is automatic versioning now.
Successfully merging a pull request may close this issue.
Problem: Nowadays, we have to execute the library deployment process every time we need to produce a new version.
It would be nice to have a complete CI/CD process, where every new merge on the main branch would produce an automatic deployment.
Maybe we should adhere to the semantic-release project for helping us to achieve a commit-based versioning system. 🤔
The text was updated successfully, but these errors were encountered: