Skip to content

Commit

Permalink
Add Release Note Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed May 22, 2020
1 parent c441796 commit 1802225
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .grenrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"username": "hackforla",
"repo": "food-oasis",
"tags": "all",
"dataSource": "issues",
"ignoreLabels": ["closed", "documentation", "duplicate", "question"],
"ignoreIssuesWith": ["closed", "documentation", "duplicate", "question"],
"ignoreTagsWith": [],
"prefix": "v",
"override": true,
"onlyMilestones": false,
"groupBy": {
"Enhancements:": ["enhancement"],
"Bug Fixes:": ["bug"],
"Technical Debt:": ["refactor", "system update"]
},
"template": {
"issue": "- {{name}} [{{text}}]({{url}})"
},
"generate": true,
"changelogFilename": "CHANGELOG.md"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"lint": "eslint -c .eslintrc.js --ignore-path .eslintignore **/*.{js,jsx}",
"lint:fix": "eslint -c .eslintrc.js --ignore-path .eslintignore --fix **/*.{js,jsx}"
"lint:fix": "eslint -c .eslintrc.js --ignore-path .eslintignore --fix **/*.{js,jsx}",
"release-notes": "gren release"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1802225

Please sign in to comment.