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