Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 416 Bytes

RELEASE.md

File metadata and controls

24 lines (16 loc) · 416 Bytes

Release process

Preparation

Gather closed issues since last release and prepare the announcement text.

Releasing

We will assume we are releasing version x.y.z

git pull 
git checkout master
git tag vx.y.z
git push origin vx.y.z

Automation should create a release for you. Edit the release text with the announcement.

Notes about docker images

Docker images are rolling release