You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
...
You can install GitReleaseManager via Chocolatey by executing:
26
35
27
-
`choco install gitreleasemanager.portable`
36
+
```sh
37
+
choco install gitreleasemanager.portable
38
+
```
28
39
29
40
**NOTE:**
30
41
Depending on which version of Chocolatey you are using, you may be required to confirm the installation of the application. You can avoid this prompt using the following command:
31
42
32
-
`choco install gitreleasemanager.portable -y`
43
+
```sh
44
+
choco install gitreleasemanager.portable -y
45
+
```
33
46
34
47
If you are interested in trying out the latest pre-release version of GitReleaseManager then you can use the following installation command:
This uses the public GitReleaseManager feed which is hosted on [MyGet.org](https://www.myget.org/)
39
54
@@ -63,7 +78,7 @@ The documentation for GitReleaseManager can be found on [here](https://gittools.
63
78
64
79
## Credits
65
80
66
-
GitReleaseManager is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/GitTools/GitReleaseManager/blob/develop/Documentation/Legal/CREDITS.md) for full information.
81
+
GitReleaseManager is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/GitTools/GitReleaseManager/blob/develop/CREDITS.md) for full information.
67
82
68
83
Full original credit has to go to the people at [Particular Software](https://www.particular.net/), without whom this project would not have been possible. They originally created the [GitHubReleaseNotes](https://github.com/Particular/GitHubReleaseNotes) project, which GitReleaseManager is based on, and draws a lot of inspiration from.
0 commit comments