Skip to content

Commit fb09456

Browse files
committed
Bump github-release-notes
1 parent 8a9533b commit fb09456

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.grenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
template: {
33
commit: ({message, url, author, name}) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,
4-
issue: "- {{name}} [{{text}}]({{url}}) by [{{user_login}}](https://github.com/{{user_login}})",
4+
issue: "- {{name}} [{{text}}]({{url}}) by [{{user_login}}]({{user_url}})",
55
label: "[**{{label}}**]",
66
noLabel: "closed",
77
group: "\n#### {{heading}}\n",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"shell-utils": "1.0.10",
6565
"metro-react-native-babel-preset": "0.59.0",
6666
"react-native-typescript-transformer": "1.2.13",
67-
"github-release-notes": "0.17.0",
67+
"github-release-notes": "0.17.3",
6868
"@types/react": "16.9.35",
6969
"@types/react-native": "0.62.2",
7070
"@types/react-test-renderer": "16.9.2",
@@ -134,4 +134,4 @@
134134
"html"
135135
]
136136
}
137-
}
137+
}

0 commit comments

Comments
 (0)