imbrn/v8n

Improve support for CI/CD

imbrn opened this issue · 2 comments

imbrn commented

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. 🤔

Good idea, would target 1.5.0 with this. So once 1.4.0 is released we use the commit format?

Merged PRs #209 and #210 were part of this. Only thing missing is automatic versioning now.