We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d487a0 commit 7083ba6Copy full SHA for 7083ba6
src/index.js
@@ -200,7 +200,7 @@ function GithubReleaseNotes(options) {
200
/**
201
* Get All the tags, get the dates, get the commits between those dates and prepeare the release
202
*/
203
-githubReleaseNotes.prototype.init = function() {
+GithubReleaseNotes.prototype.init = function() {
204
getLatestRelease().then(function (releaseTagName) {
205
getLastTag(releaseTagName).then(function (tags) {
206
if(tags.length === 1) {
0 commit comments