From 486358cd2fed81fc5f1cb53dd40e243b115fbe37 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 20 May 2020 10:59:59 +0200 Subject: [PATCH] change branch name and add missing step --- docs/releasing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releasing.md b/docs/releasing.md index 3ee9155b94..b3bc0c19ae 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -13,7 +13,7 @@ To release a new version of ocis-thumbnails, you have to follow a few simple ste ## Preperation -1. Create a new branch e.g. `prepare-release-x.x.x` where `x.x.x` is the version you want to release. +1. Create a new branch e.g. `release-x.x.x` where `x.x.x` is the version you want to release. 2. Checkout the preparation branch. 3. Create a new changelog folder and move the unreleased snippets there. {{< highlight txt >}} @@ -39,6 +39,7 @@ git pull git tag -s vx.x.x -m "release vx.x.x" git push --tags {{< / highlight >}} +3. Wait for CI and check that the GitHub release was published. Congratulations, you just released ocis-thumbnails!