From 23f5017639dca5281bf78b29acc48066522da1b2 Mon Sep 17 00:00:00 2001 From: Brice Vandeputte Date: Sat, 14 Nov 2020 15:37:00 +0100 Subject: [PATCH] Fix #38 use gren to create release notes --- .grenrc | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .grenrc diff --git a/.grenrc b/.grenrc new file mode 100644 index 0000000..0c5230c --- /dev/null +++ b/.grenrc @@ -0,0 +1,5 @@ +{ + "onlyMilestones": false, + "groupBy": "label", + "changelogFilename": "CHANGELOG.md" +} \ No newline at end of file diff --git a/README.md b/README.md index a9f6513..90fc25f 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Après avoir cloné, veuillez positionner les hooks git: ./git/hooks/setup.sh ``` -### Robot activés +### Services ou robots activés | badge | nom | description | |--------|-------|:--------| | [![Build Status](https://travis-ci.com/boly38/jardiCal.svg?branch=master)](https://travis-ci.com/boly38/jardiCal) |[Travis-ci](https://travis-ci.com/github/boly38/jardiCal)|Tests continus. | |[Houndci](https://houndci.com/)|Relecture de code JavaScript (configuré via `.hound.yml`, voir aussi [eslint](.eslint.md))| +| [![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](https://github-tools.github.io/github-release-notes/)|[gren](https://github.com/github-tools/github-release-notes)|Création automatisée de [release notes](https://github.com/boly38/jardiCal/releases)|