vite-ssr
vite-ssr copied to clipboard
chore: add release workflow
Automatically create GitHub releases with a changelog.
@MarvinRudolph We are still not following strict semver. Specifically, sometimes I changed minor things related to experimental features that can be breaking changes, and it's released as a minor version. Would this be an issue here?
@MarvinRudolph We are still not following strict semver. Specifically, sometimes I changed minor things related to experimental features that can be breaking changes, and it's released as a minor version. Would this be an issue here?
Not 100% sure, but this shouldn't be a problem here since the releaser just takes the conventional commit messages and generates a GH release like here https://github.com/loglin/loglin/releases/tag/v1.1.7.
Is it planned to use strict semver in the future?