vite-ssr icon indicating copy to clipboard operation
vite-ssr copied to clipboard

chore: add release workflow

Open m4rvr opened this issue 2 years ago • 2 comments

Automatically create GitHub releases with a changelog.

m4rvr avatar Aug 06 '21 17:08 m4rvr

@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?

frandiox avatar Aug 16 '21 11:08 frandiox

@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?

m4rvr avatar Sep 30 '21 15:09 m4rvr