22 Commits

Author SHA1 Message Date
rustmailer 7b18d4851b Update release.yml 2026-07-17 13:01:57 +08:00
rustmailer 5eb0308a49 Update Buy Me a Coffee username in FUNDING.yml 2025-10-21 13:39:05 +08:00
rustmailer fa0c5cb66b feat(docker): include license artifacts in Docker image
- Ensure `LICENSE` and `license.html` are included in build artifacts
- Extracted build output into `docker/` as Docker context
- Updated Dockerfile to COPY `LICENSE` and `license.html` into image
- License list generated from accepted SPDX identifiers
2025-07-28 21:41:21 +08:00
rustmailer b75a4345be refactor(ci): simplify docker version extraction in workflow 2025-07-18 21:09:10 +08:00
rustmailer a1c89c612e chore: add SHA256 checksum generation for release artifacts 2025-07-18 19:48:07 +08:00
rustmailer 77227d276b chore: add SHA256 checksum generation for release artifacts 2025-07-18 19:14:53 +08:00
rustmailer 91cff806be ci: add release workflow for multi-platform RustMailer binaries 2025-07-18 18:09:00 +08:00
rustmailer 8dcc388e5e chore: update release workflow to use git-cliff v3 and action-gh-release v2 2025-07-18 17:01:03 +08:00
rustmailer fc350db6c6 chore(ci): update git-cliff to v3 and fix changelog generation for releases 2025-07-18 16:23:21 +08:00
rustmailer deaf36c626 feat: support flattening artifacts for both .zip and .tar.gz files 2025-07-18 15:26:25 +08:00
rustmailer db4d655329 build: support PROTOC_INCLUDE override and improve build.rs robustness 2025-07-18 14:25:45 +08:00
rustmailer 8a1009d24e build: support PROTOC_INCLUDE override and improve build.rs robustness 2025-07-18 14:00:07 +08:00
rustmailer b2f0b34fd1 build: support PROTOC_INCLUDE override and improve build.rs robustness 2025-07-18 13:57:04 +08:00
rustmailer 23017eb822 fix: ensure protoc includes well-known protos on macOS/Linux 2025-07-18 12:50:33 +08:00
rustmailer 58d64a6223 ci: separate protoc install steps for Linux and macOS with correct URLs 2025-07-18 12:29:06 +08:00
rustmailer 3ca1385334 ci: unify protoc version across all platforms in release workflow 2025-07-18 12:20:11 +08:00
rustmailer 8960fe779c ci: enable vendored-openssl feature and static linking for release builds 2025-07-18 12:07:02 +08:00
rustmailer 7c05bb85b3 ci: fix musl build by installing musl-tools in release workflow 2025-07-18 11:50:22 +08:00
rustmailer 009be202c3 ci: configure release.yml using actions-rs/toolchain 2025-07-18 11:43:54 +08:00
rustmailer 0f298f6755 ci: switch to actions-rs/toolchain for Rust setup and cross-compilation 2025-07-18 11:39:48 +08:00
rustmailer f8b88d9436 ci: switch to actions-rs/toolchain for Rust setup and cross-compilation 2025-07-18 11:27:22 +08:00
rustmailer acc55da874 chore(release): add complete GitHub Actions workflow for multi-platform release 2025-07-18 11:21:11 +08:00