commit
ea7487e2a9
@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
|
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
## [2.8.1](https://github.com/idealista/cookiecutter-ansible-role/tree/2.8.1)
|
||||||
|
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.8.0...2.8.1)
|
||||||
|
### Fixed
|
||||||
|
- *[#87](https://github.com/idealista/cookiecutter-ansible-role/issues/87) Travis build image and link are broken in the README template* @emepege
|
||||||
|
|
||||||
## [2.8.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.8.0)
|
## [2.8.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.8.0)
|
||||||
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.7.0...2.8.0)
|
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.7.0...2.8.0)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# {{ cookiecutter.app_name | replace('_',' ') | title }} Ansible role
|
# {{ cookiecutter.app_name | replace('_',' ') | title }} Ansible role
|
||||||

|

|
||||||
|
|
||||||
[](https://travis-ci.com/idealista/{{ cookiecutter.app_name }}_role)
|
[](https://app.travis-ci.com/github/idealista/{{ cookiecutter.app_name }}_role)
|
||||||
[](https://galaxy.ansible.com/idealista/{{ cookiecutter.app_name }}_role)
|
[](https://galaxy.ansible.com/idealista/{{ cookiecutter.app_name }}_role)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user