Boilerplate CHANGELOG.md

This commit is contained in:
Victor Suarez Fernandez 2020-10-05 12:34:38 +02:00
parent 62261d172a
commit 3b491d6ec6
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,18 @@
# Change Log
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).
## [Unreleased](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tree/develop)
### Changed
### Added
### Removed
### Fixed
## [X.Y.Z](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tree/X.Y.Z)
### [Full Changelog](https://github.com/idealista/{{ cookiecutter.app_name }}_role/compare/1.0.0...X.Y.Z)
### Changed
*[#<issue_number>](https://github.com/idealista/java_role/issues/<issue_number>) \<Change description\>* @\<author\>
## [1.0.0](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tree/1.0.0)
- Inicital release

View File

@ -26,7 +26,7 @@ These instructions will get you a copy of the role for your Ansible playbook. On
### Prerequisities
Ansible 2.8.x.x version installed.
Ansible {{ cookiecutter.ansible_version }} version installed.
Molecule 3.x.x version installed.