mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
1.1 KiB
1.1 KiB
Release preparation
- Run linters, fix all simple warnings. If the behavior is intentional - add
nolint
comment and explanation. If the warning is non-trviail to fix - open an issue.
golangci-lint run
- Run unit tests suite. Verify that all disabled tests are not related to serious problems and have corresponding issue open.
go test ./...
- Run integration tests suite. Verify that all disabled tests are not related to serious problems and have corresponding issue open.
cd tests/
./run.sh
-
Write release notes.
-
Create PGP-signed Git tag and push it to GitHub (do not create a "release" yet).
-
Use environment configuration from maddy-repro bundle (https://foxcpp.dev/maddy-repro) to build release artifacts.
-
Create detached PGP signatures for artifacts using key 3197BBD95137E682A59717B434BB2007081396F4.
-
Create sha256sums file for artifacts.
-
Create release on GitHub using the same text for release notes. Attach signed artifacts and sha256sums file.
-
Build the Docker container and push it to hub.docker.com.
-
Post a message on the sr.ht mailing list.