Closed danmetzler closed 2 years ago
Just change the name of the params - there are no params with underscores now.
Also, u should add PR to the au-template later with those new options and comment next to it.
Renamed params:
(I think that's what you meant, right?)
Also, u should add PR to the au-template later with those new options and comment next to it.
I will take a look at the template, and work up a pull request.
On a second thought dont do that.
On a second thought dont do that.
ok. You mean don't do pull request on the template, right?
Yeah, I don't want to pile up params there that are probably going to be used rarely.
Closes #257
Package_Source_Root_Url
param to Markdown report type param in Report and also in History plugin$Package_Source_Root_Url
defaults tohttps://github.com/$Github_UserRepo
if not specified.https://chocolatey.org/packages
$au_GalleryPackageRootUrl
defaults tohttps://chocolatey.org/packages
if not specified.$au_GalleryPackageRootUrl
was added to Update-Package.ps1 in previous commit e6d806e67eb337031df4d5629ddeed67c3a4a67b. This adds it to md_table function to generate the links to the package there in Markdown report.Closes #244
Package_Source_Branch
param to Markdown report type param in Report plugin.master
if not specified.Regarding #258 commit e14bb595528458bb585888c2ef610bd7e75fc1eb
--no-merges
was added before thelog
command in thegit log
command. Caused git to complain about unrecognized option. I moved--no-merges
after thelog
command and then it works fine.All of this works in my environment now, and passes existing tests.