From 3b491d6ec6200c5edd5dd4bb3bdd862e6f445d77 Mon Sep 17 00:00:00 2001 From: Victor Suarez Fernandez Date: Mon, 5 Oct 2020 12:34:38 +0200 Subject: [PATCH 1/4] Boilerplate CHANGELOG.md --- {{cookiecutter.app_name}}_role/CHANGELOG.md | 18 ++++++++++++++++++ {{cookiecutter.app_name}}_role/README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/CHANGELOG.md b/{{cookiecutter.app_name}}_role/CHANGELOG.md index e69de29..777adb1 100644 --- a/{{cookiecutter.app_name}}_role/CHANGELOG.md +++ b/{{cookiecutter.app_name}}_role/CHANGELOG.md @@ -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 + *[#](https://github.com/idealista/java_role/issues/) \* @\ + +## [1.0.0](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tree/1.0.0) +- Inicital release diff --git a/{{cookiecutter.app_name}}_role/README.md b/{{cookiecutter.app_name}}_role/README.md index 930381f..0fd79ee 100644 --- a/{{cookiecutter.app_name}}_role/README.md +++ b/{{cookiecutter.app_name}}_role/README.md @@ -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. From a3ab8589ebe52cc5d7cc46934d50a564ec539880 Mon Sep 17 00:00:00 2001 From: Victor Suarez Fernandez Date: Mon, 5 Oct 2020 13:26:16 +0200 Subject: [PATCH 2/4] Change github/idealista for github_user variable --- {{cookiecutter.app_name}}_role/CHANGELOG.md | 10 +++++----- {{cookiecutter.app_name}}_role/README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/{{cookiecutter.app_name}}_role/CHANGELOG.md b/{{cookiecutter.app_name}}_role/CHANGELOG.md index 777adb1..101e956 100644 --- a/{{cookiecutter.app_name}}_role/CHANGELOG.md +++ b/{{cookiecutter.app_name}}_role/CHANGELOG.md @@ -3,16 +3,16 @@ 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) +## [Unreleased](https://github.com/{{ cookiecutter.github_user }}/{{ 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) +## [X.Y.Z](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/tree/X.Y.Z) +### [Full Changelog](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/compare/1.0.0...X.Y.Z) ### Changed - *[#](https://github.com/idealista/java_role/issues/) \* @\ + *[#](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/issues/) \* @\ -## [1.0.0](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tree/1.0.0) +## [1.0.0](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/tree/1.0.0) - Inicital release diff --git a/{{cookiecutter.app_name}}_role/README.md b/{{cookiecutter.app_name}}_role/README.md index 0fd79ee..77bdf94 100644 --- a/{{cookiecutter.app_name}}_role/README.md +++ b/{{cookiecutter.app_name}}_role/README.md @@ -86,7 +86,7 @@ $ pipenv run molecule test ## Versioning -For the versions available, see the [tags on this repository](https://github.com/idealista/{{ cookiecutter.app_name }}_role/tags). +For the versions available, see the [tags on this repository](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/tags). Additionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file. @@ -94,7 +94,7 @@ Additionaly you can see what change in each version in the [CHANGELOG.md](CHANGE * **Idealista** - *Work with* - [idealista](https://github.com/idealista) -See also the list of [contributors](https://github.com/idealista/{{ cookiecutter.app_name }}_role/contributors) who participated in this project. +See also the list of [contributors](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/contributors) who participated in this project. ## License From 6e1d2bd537543cad0e6c275c87b655980a509005 Mon Sep 17 00:00:00 2001 From: Victor Suarez Fernandez Date: Mon, 5 Oct 2020 13:29:45 +0200 Subject: [PATCH 3/4] Fix typo --- {{cookiecutter.app_name}}_role/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/CHANGELOG.md b/{{cookiecutter.app_name}}_role/CHANGELOG.md index 101e956..4a8cc20 100644 --- a/{{cookiecutter.app_name}}_role/CHANGELOG.md +++ b/{{cookiecutter.app_name}}_role/CHANGELOG.md @@ -15,4 +15,4 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch *[#](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/issues/) \* @\ ## [1.0.0](https://github.com/{{ cookiecutter.github_user }}/{{ cookiecutter.app_name }}_role/tree/1.0.0) -- Inicital release +- Initial release From 2276458f71b397988f2a4147a85abe1fd4c7a03f Mon Sep 17 00:00:00 2001 From: Victor Suarez Fernandez Date: Mon, 5 Oct 2020 13:31:04 +0200 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bdb36..17b4a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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 +### Added +- * Add boilerplate README.md* @vicsufer + ## [1.0.1](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.1) (2020-09-17) ## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/1.0.0...1.0.1) ### Removed