Skip to content

Commit

Permalink
started work on the integration
Browse files Browse the repository at this point in the history
next thing to do is wire in the closed github issues even if there where
not closed by a commit
  • Loading branch information
burner committed Jan 7, 2024
1 parent ed90459 commit 3547310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changed.d
Original file line number Diff line number Diff line change
Expand Up @@ -619,12 +619,14 @@ int main(string[] args)
string previousVersion = "Previous version";
bool hideTextChanges = false;
string revRange;
string githubClassicTokenFileName;

auto helpInformation = getopt(
args,
std.getopt.config.passThrough,
"output|o", &outputFile,
"date", &nextVersionDate,
"ghToken|t", &githubClassicTokenFileName,
"version", &nextVersionString,
"prev-version", &previousVersion, // this can automatically be detected
"no-text", &hideTextChanges);
Expand Down

0 comments on commit 3547310

Please sign in to comment.