mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 23:50:40 +00:00
[skip ci] add release information
This commit is contained in:
parent
e70ec5d2d3
commit
807f3b9d0a
16
README.md
16
README.md
@ -43,6 +43,22 @@ docker run --rm \
|
|||||||
plugins/ansible
|
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
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user