Skip to content

Commit

Permalink
Issue 18351 - integrate dub changelog with changed.d tool
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Feb 2, 2018
1 parent 53735e9 commit 0d6140e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changed.d
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ auto getBugzillaChanges(string revRange)
case "installer": comp = "Installer"; break;
case "phobos": comp = "Phobos"; break;
case "tools": comp = "Tools"; break;
case "dub": comp = "Dub"; break;
case "visuald": comp = "VisualD"; break;
default: assert(0, comp);
}
Expand Down Expand Up @@ -405,7 +406,8 @@ Please supply a bugzilla version
Repo("phobos", "Library changes"),
Repo("dlang.org", "Language changes"),
Repo("installer", "Installer changes"),
Repo("tools", "Tools changes")];
Repo("tools", "Tools changes"),
Repo("dub", "Dub changes")];

auto changedRepos = repos
.map!(repo => Repo(buildPath("..", repo.path, repo.path == "dlang.org" ? "language-changelog" : "changelog"), repo.headline))
Expand Down

0 comments on commit 0d6140e

Please sign in to comment.