Skip to content

Commit

Permalink
Continuous Integration Publish: 7a29d7e
Browse files Browse the repository at this point in the history
Merge branch 'release/0.12.0'

* release/0.12.0: (181 commits)
  (build) Fix unit tests
  Bump ApprovalTests from 5.4.7 to 5.5.0 in /src
  (#379) Validate old config file do not exist
  (#377) Add UploadUrl property to release model
  (#373) Ensure that release is located correctly
  (#374) Remove case sensitive search
  (#371) Add missing AutoMapper maps
  (#372) Always register TemplateRepository
  (build) Remove error action preference from build script
  Bump YamlDotNet from 11.0.1 to 11.1.1 in /src
  (#112) Updated docs with new command option
  (#112) Add new method for creating empty release
  (#113) Update unit tests for new functionality
  (#113) Collect all invalid issues together
  (#99) Fix unit tests
  (#99) Add SkipPrereleases option
  (#285) Fix editorconfig violations
  (maint) Run dotnet format
  (#143) Only build on Windows for time being
  (#143) Try running just Mac and Windows
  ...
  • Loading branch information
gep13 committed May 31, 2021
1 parent fc62a83 commit bb0bb10
Show file tree
Hide file tree
Showing 23 changed files with 698 additions and 373 deletions.
50 changes: 25 additions & 25 deletions api/GitReleaseManager.Core.Commands/ICommand_1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ <h1>ICommand<wbr>&lt;TOptions&gt;<wbr> <small>Interface</small></h1>
<dt>Implementing Types</dt>
<dd>
<ul class="list-unstyled">
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand">LabelCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand">ShowConfigCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand">AddAssetsCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand">PublishCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand">InitCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand">OpenCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand">CloseCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand">CreateCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand">LabelCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand">DiscardCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand">CloseCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand">InitCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand">ExportCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand">AddAssetsCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand">ShowConfigCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand">OpenCommand</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand">PublishCommand</a></li>
</ul>
</dd>
</dl>
Expand All @@ -202,26 +202,26 @@ <h1>ICommand<wbr>&lt;TOptions&gt;<wbr> <small>Interface</small></h1>
graph BT
Type["ICommand&lt;TOptions&gt;"]
class Type type-node
Implementing0["LabelCommand"]-.-&gt;Type
click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand"
Implementing1["ShowConfigCommand"]-.-&gt;Type
click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand"
Implementing2["AddAssetsCommand"]-.-&gt;Type
click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand"
Implementing3["PublishCommand"]-.-&gt;Type
click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand"
Implementing0["CloseCommand"]-.-&gt;Type
click Implementing0 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand"
Implementing1["CreateCommand"]-.-&gt;Type
click Implementing1 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand"
Implementing2["LabelCommand"]-.-&gt;Type
click Implementing2 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/LabelCommand"
Implementing3["DiscardCommand"]-.-&gt;Type
click Implementing3 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand"
Implementing4["InitCommand"]-.-&gt;Type
click Implementing4 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/InitCommand"
Implementing5["OpenCommand"]-.-&gt;Type
click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand"
Implementing6["CreateCommand"]-.-&gt;Type
click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CreateCommand"
Implementing7["DiscardCommand"]-.-&gt;Type
click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/DiscardCommand"
Implementing8["CloseCommand"]-.-&gt;Type
click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/CloseCommand"
Implementing9["ExportCommand"]-.-&gt;Type
click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand"
Implementing5["ExportCommand"]-.-&gt;Type
click Implementing5 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ExportCommand"
Implementing6["AddAssetsCommand"]-.-&gt;Type
click Implementing6 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/AddAssetsCommand"
Implementing7["ShowConfigCommand"]-.-&gt;Type
click Implementing7 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/ShowConfigCommand"
Implementing8["OpenCommand"]-.-&gt;Type
click Implementing8 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/OpenCommand"
Implementing9["PublishCommand"]-.-&gt;Type
click Implementing9 "/GitReleaseManager/api/GitReleaseManager.Core.Commands/PublishCommand"

</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions api/GitReleaseManager.Core.Model/Release/0E2D4C56.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9B9885DF">Prerelease</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/FECC4672">TagName</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/A832964F">TargetCommitish</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9319C730">UploadUrl</a></li>


</ul>
Expand Down
1 change: 1 addition & 0 deletions api/GitReleaseManager.Core.Model/Release/338075BB.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9B9885DF">Prerelease</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/FECC4672">TagName</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/A832964F">TargetCommitish</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9319C730">UploadUrl</a></li>


</ul>
Expand Down
1 change: 1 addition & 0 deletions api/GitReleaseManager.Core.Model/Release/45138967.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9B9885DF">Prerelease</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/FECC4672">TagName</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/A832964F">TargetCommitish</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9319C730">UploadUrl</a></li>


</ul>
Expand Down
1 change: 1 addition & 0 deletions api/GitReleaseManager.Core.Model/Release/87F5FE3E.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9B9885DF">Prerelease</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/FECC4672">TagName</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/A832964F">TargetCommitish</a></li>
<li><a href="/GitReleaseManager/api/GitReleaseManager.Core.Model/Release/9319C730">UploadUrl</a></li>


</ul>
Expand Down
Loading

0 comments on commit bb0bb10

Please sign in to comment.