RazrFalcon / xmlparser

A low-level, pull-based, zero-allocation XML 1.0 parser.
Apache License 2.0
130 stars 16 forks source link

Automate release process #28

Closed jdrouet closed 2 hours ago

jdrouet commented 3 hours ago

I'm proposing to put in place some automatic release process using release-plz.

https://github.com/MarcoIeni/release-plz

This tool will automatically detect if there are some breaking changes and therefore if it's a patch, a minor or a major version change. If it's ok for you, I'll open a PR to implement it.

RazrFalcon commented 2 hours ago

I'm generally against any automation. Too flaky. And we have like one release a year anyways.