From 84c90bfd7decee8e3c8e1ecfe2acabff38e2f8a3 Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Fri, 28 May 2021 16:24:20 -0400 Subject: [PATCH] Add URL for .grenrc.js reposi --- .grenrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.grenrc.js b/.grenrc.js index 2fdbca7769..0ac3acc842 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -8,6 +8,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // // This configuration is for generating a changelog with gren for a GitHub repository. +// https://github.com/github-tools/github-release-notes // // gren changelog -G // @@ -39,4 +40,4 @@ module.exports = { "Docs": ["docs"] }, "changelogFilename": "CHANGELOG.md" -} \ No newline at end of file +}