feat(ci): Add CI, release and npm-publish automation; introduce release template and local settings

This commit is contained in:
2025-10-24 08:13:59 +00:00
parent 396419adaa
commit e49becec95
6 changed files with 499 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/mailer',
version: '1.0.1',
version: '1.1.0',
description: 'Enterprise mail server with SMTP, HTTP API, and DNS management - built for serve.zone infrastructure'
}