Skip to content

Commit ac61c38

Browse files
committed
(GH-42) Removed ChocolateyGUI specifics
- The default for GitHubReleaseManager going forward will be to have generic functionality OOTB, and then users can decide to use something else, using the YAML configuration file.
1 parent 63a80c2 commit ac61c38

14 files changed

+12
-37
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11

22

33

4-
### Where to get it
5-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.NoCommitsSingularIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ __Bug__
55

66
- [__#1__](http://example.com/1) Issue 1
77

8-
### Where to get it
9-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.NoCommitsSomeIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ __Improvement__
1313

1414
- [__#3__](http://example.com/3) Issue 3
1515

16-
### Where to get it
17-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
As part of this release we had [1 commit](https://github.com/TestUser/FakeRepository/commits/1.2.3).
22

33

4-
### Where to get it
5-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.SingularCommitsSingularIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ __Bug__
55

66
- [__#1__](http://example.com/1) Issue 1
77

8-
### Where to get it
9-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.SingularCommitsSomeIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ __Improvement__
1313

1414
- [__#3__](http://example.com/3) Issue 3
1515

16-
### Where to get it
17-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
As part of this release we had [5 commits](https://github.com/TestUser/FakeRepository/commits/1.2.3).
22

33

4-
### Where to get it
5-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsSingularIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ __Bug__
55

66
- [__#1__](http://example.com/1) Issue 1
77

8-
### Where to get it
9-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesBuilderTests.SomeCommitsSomeIssues.approved.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ __Improvement__
1313

1414
- [__#3__](http://example.com/3) Issue 3
1515

16-
### Where to get it
17-
You can download this release from [chocolatey](https://chocolatey.org/packages/ChocolateyGUI/1.2.3)

Source/GitHubReleaseManager.Tests/ReleaseNotesExporterTests.SingleRelease.approved.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.0 (March 12, 2015)
1+
## 0.1.0
22

33

44
As part of this release we had [3 issues](https://github.com/FakeRepository/issues/issues?milestone=0&state=closed) closed.
@@ -16,4 +16,3 @@ __Improvement__
1616

1717
- [__#3__](http://example.com/3) Issue 3
1818

19-

0 commit comments

Comments
 (0)