0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 18:29:40 +02:00

[skip ci] add release information

This commit is contained in:
Robert Kaussow 2021-02-09 13:52:46 +01:00
parent e70ec5d2d3
commit 807f3b9d0a
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

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