Skip to content

Commit

Permalink
(GH-126) Work completed during live StreamWriter
Browse files Browse the repository at this point in the history
- Work still required here, but basics are in place
- Need to look at things like AddExample
- Also speak to Patrik about List<T> arguments
  • Loading branch information
gep13 committed Feb 6, 2019
1 parent be957ab commit 4d1e3ae
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 327 deletions.
24 changes: 24 additions & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# create:
# include-footer: true | false
# footer-heading: Where to get it
# footer-content: You can download this release from [chocolatey](https://chocolatey.org/packages/chocolateyGUI/{milestone}
# footer-includes-milestone: true | false
# milestone-replace-text: '{milestone}'
# export:
# include-created-date-in-title: true | false
# created-date-string-format: MMMM dd, yyyy
# perform-regex-removal: true | false
# regex-text: '### Where to get it(\r\n)*You can .*\)'
# multiline-regex: true | false
# issue-labels-include:
# - Bug
# - Duplicate
# - Enhancement
# - Feature
# - Help Wanted
# - Improvement
# - Invalid
# - Question
# - WontFix
# issue-labels-exclude:
# - Internal Refactoring
3 changes: 2 additions & 1 deletion Source/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>GitReleaseManager</AssemblyName>
<TargetFrameworks>netcoreapp2.0;net451</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;net462</TargetFrameworks>
<BuildToolsFxCopVersion>1.0.1</BuildToolsFxCopVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
Expand Down Expand Up @@ -55,5 +55,6 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Octokit" Version="0.32.0" />
<PackageReference Include="Spectre.Cli" Version="0.20.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/GitReleaseManager.Cli/GitReleaseManager.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Octokit" Version="0.32.0" />
<PackageReference Include="Spectre.Cli" Version="0.20.0" />
</ItemGroup>
</Project>
24 changes: 24 additions & 0 deletions Source/GitReleaseManager.Cli/GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# create:
# include-footer: true | false
# footer-heading: Where to get it
# footer-content: You can download this release from [chocolatey](https://chocolatey.org/packages/chocolateyGUI/{milestone}
# footer-includes-milestone: true | false
# milestone-replace-text: '{milestone}'
# export:
# include-created-date-in-title: true | false
# created-date-string-format: MMMM dd, yyyy
# perform-regex-removal: true | false
# regex-text: '### Where to get it(\r\n)*You can .*\)'
# multiline-regex: true | false
# issue-labels-include:
# - Bug
# - Duplicate
# - Enhancement
# - Feature
# - Help Wanted
# - Improvement
# - Invalid
# - Question
# - WontFix
# issue-labels-exclude:
# - Internal Refactoring
Loading

0 comments on commit 4d1e3ae

Please sign in to comment.