You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ The message for the issue comments is generated with [Lodash template](https://l
101
101
|`lastRelease`|`Object` with `version`, `gitTag` and `gitHead` of the last release. |
102
102
|`nextRelease`|`Object` with `version`, `gitTag`, `gitHead` and `notes` of the release being done. |
103
103
|`commits`|`Array` of commit `Object`s with `hash`, `subject`, `body``message` and `author`. |
104
-
|`releases`|`Array` with a release `Object`s for each release published, with optional release data such has`name` and `url`. |
104
+
|`releases`|`Array` with a release `Object`s for each release published, with optional release data such as`name` and `url`.|
105
105
|`issue`| A [GitHub API pull request object](https://developer.github.com/v3/search/#search-issues) for pull requests related to a commit, or an `Object` with the `number` property for issues resolved via [keywords](https://help.github.com/articles/closing-issues-using-keywords)|
0 commit comments