Merge pull request #59 from idealista/develop

Release 2.5.0
This commit is contained in:
Alex Blanco 2021-02-19 04:55:24 -08:00 committed by GitHub
commit 921231864f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Fixed ### Fixed
### Removed ### Removed
## [2.5.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.0)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.4.1...2.5.0)
### Added
- *[#57](https://github.com/idealista/cookiecutter-ansible-role/issues/57) Added gitattributes file* @blalop
### Changed
- *[#55](https://github.com/idealista/cookiecutter-ansible-role/issues/55) Excluded non-role files from linting* @blalop
## [2.4.1](https://github.com/idealista/cookiecutter-ansible-role/tree/2.4.1) ## [2.4.1](https://github.com/idealista/cookiecutter-ansible-role/tree/2.4.1)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.4.0...2.4.1) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.4.0...2.4.1)
### Fixed ### Fixed

View File

@ -1,5 +1,7 @@
exclude_paths: exclude_paths:
- ./molecule - ./molecule
- ./.travis.yml
- ./.github
parseable: true parseable: true
skip_list: skip_list:
- '204' - '204'

View File

@ -4,6 +4,8 @@ extends: default
ignore: | ignore: |
molecule/**/tests/ molecule/**/tests/
.github
.travis.yml
rules: rules:
braces: braces:

View File

@ -0,0 +1,2 @@
*.yml linguist-detectable=true
*.yaml linguist-detectable=true