Heavily customized version of smokesignal - https://whtwnd.com/kayrozen.com/3lpwe4ymowg2t
Release Playbook#
To release a version of Smoke Signal:
- Set the version in
Cargo.toml - Set the version in
Dockerfile - Commit the changes
git commit -m "release: X.Y.Z" - Tag the commit
git tag -s -m "vX.Y.Z" X.Y.Z - Build the container
docker build -t repository/smokesignal:latest .