From 807f3b9d0aa0f45abcdac412521a8d955e861e9f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 9 Feb 2021 13:52:46 +0100 Subject: [PATCH] [skip ci] add release information --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 450dcf5..9c4f125 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,22 @@ docker run --rm \ plugins/ansible ``` +## Releases + +Please create and commit a changelog for the next tag first: + +```Shell +git-chglog -o CHANGELOG.md --next-tag v2.10.3 v2.10.3 +git add CHANGELOG.md; git commit -m "[skip ci] update changelog"; git push +``` + +Afterwards create and push the new tag to trigger the CI release process: + +```Shell +git tag v2.10.3 +git push origin v2.10.3 +``` + ## License This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ci/drone-ansible/blob/master/LICENSE) file for details.