Skip to content

Commit

Permalink
Merge pull request #1 from Fudge0952/master
Browse files Browse the repository at this point in the history
Fixed issue url pointing to `browser` instead of `browse`
  • Loading branch information
KurtWagner authored Jun 13, 2019
2 parents b605551 + ec1df8b commit 436ceca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/model/issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Issue {
this.summary = summary;
this.versions = versions;

this.link = `https://${host}/browser/${key}`;
this.link = `https://${host}/browse/${key}`;
}
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-release-notes",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate release notes from JIRA fix versions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 436ceca

Please sign in to comment.