spacefill / gibbon-mail

Send mails with mjml Template and JSON Schema
3 stars 1 forks source link

Use tags to publish new versions #21

Closed Its-Alex closed 3 years ago

Its-Alex commented 3 years ago

Context

Currently we use latest for release this is very painful because we can't keep trace of old version, so our version are automatically updated when we update gibbon-mail.

To prevent this we are going to use tags and semver to keep trace of old version.

Each tag must be tagged manually and released automatically with CI.