add auto-releaser to travis; add changelog

This commit is contained in:
paulfantom 2018-06-25 13:39:34 +02:00
parent 9227281d4c
commit 2e09ff490d
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7
2 changed files with 28 additions and 0 deletions

View File

@ -24,5 +24,16 @@ install:
script:
- tox
# Update Changelog and create a release (only from master branch)
deploy:
provider: script
skip_cleanup: true
script: .travis/releaser.sh
on:
branch: master
branches:
only:
- master
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

17
CHANGELOG.md Normal file
View File

@ -0,0 +1,17 @@
# Change Log
## [**Next release**](https://galaxy.ansible.com/atosatto/minio)
**Merged pull requests:**
- major code cleanup [\#8](https://github.com/atosatto/ansible-minio/pull/8) ([paulfantom](https://github.com/paulfantom))
- Run travis tests against 3 different ansible versions [\#7](https://github.com/atosatto/ansible-minio/pull/7) ([paulfantom](https://github.com/paulfantom))
- Add a simple MAINTAINERS file [\#6](https://github.com/atosatto/ansible-minio/pull/6) ([atosatto](https://github.com/atosatto))
- Rename client/server install flags. [\#5](https://github.com/atosatto/ansible-minio/pull/5) ([SuperQ](https://github.com/SuperQ))
- Create data directories [\#4](https://github.com/atosatto/ansible-minio/pull/4) ([SuperQ](https://github.com/SuperQ))
## [v1.0.1](https://galaxy.ansible.com/atosatto/minio) (2017-01-03)
## [v1.0.0](https://galaxy.ansible.com/atosatto/minio) (2017-01-02)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*