Merge pull request #1231 from vircadia/fix/gren-config

Add URL for .grenrc.js repository
This commit is contained in:
Kalila 2021-05-28 18:43:50 -04:00 committed by GitHub
commit b3f55b473f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // 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. // This configuration is for generating a changelog with gren for a GitHub repository.
// https://github.com/github-tools/github-release-notes
// //
// gren changelog -G // gren changelog -G
// //
@ -39,4 +40,4 @@ module.exports = {
"Docs": ["docs"] "Docs": ["docs"]
}, },
"changelogFilename": "CHANGELOG.md" "changelogFilename": "CHANGELOG.md"
} }