Update release-process.md

This commit is contained in:
eheimbuch
2020-05-08 16:35:16 +02:00
committed by GitHub
parent 52a8f0e9ca
commit 8439c2667e

View File

@@ -1,6 +1,5 @@
---
title: How to release SCM-Manager v2 core
---
# How to release SCM-Manager v2 core
To release a new version of SCM-Manager v2 you have to do the following steps (replace placeholders `<version>` accordingly, eg. with `2.1.0`):
@@ -20,6 +19,10 @@ Change "Unreleased" header in `CHANGELOG.md` to `<version> - <current date>`
`git checkout -b release/<version>`
## Plugin dependicies
Check if all plugin dependicies are proper version and not SNAPSHOT!
## Commit version changes
```