change branch name and add missing step

This commit is contained in:
David Christofas
2020-05-20 10:59:59 +02:00
parent a7bd4d27ea
commit 486358cd2f

View File

@@ -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!