GitReleaseManager
GitReleaseManager copied to clipboard
Tool for creating and exporting releases for software applications hosted on GitHub
## Detailed Description If a user don't provide the arguments for setting the owner and repository, it would be nice if GitReleaseManager would be able to read the configuration file...
## Detailed Description Find and add any comment lines with "TODO" that were added with commits of that release and add them to the release notes. So if your commit...
## Detailed Description Implement support for [Gitea](https://gitea.io) which is an open source GitHub clone written in go. This idea was approved on [gitter](https://gitter.im/GitTools/GitReleaseManager?at=5f149a49ee74a814bbfdbc20) ## Context I use gitea for a...
## Detailed Description Would be beneficial in some cases to allow users to pass in either a full url to a repository or a combination of `{user}/{repoName}` instead of forcing...
This PR addresses https://github.com/GitTools/GitReleaseManager/issues/90.
Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.50.0 to 4.0.0. Release notes Sourced from Octokit's releases. v4.0.0: Strong-naming What's Changed (feat): Add strong name signing by @AndreyTretyak in octokit/octokit.net#2575 New Contributors @AndreyTretyak made their...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. v17.3.1 See the release notes here. v17.3.0 See the release notes here....
Bumps [Serilog](https://github.com/serilog/serilog) from 2.10.0 to 2.12.0. Release notes Sourced from Serilog's releases. v2.12.0 Highlights of 2.12.0 Improved and expanded <Nullable>enable</Nullable> support A huge number of commits have gone into completing...
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.2 to 4.12.0. Release notes Sourced from Roslynator.Analyzers's releases. v4.12.0 Added Add analyzer "Simplify numeric comparison" RCS1268 (PR by @jakubreznak) Fixed Fix analyzer RCS1267 (PR) Fix "Unknown...
Bumps [NGitLab](https://github.com/ubisoft/NGitLab) from 6.39.0 to 6.48.0. Release notes Sourced from NGitLab's releases. 6.48.0 What's Changed Update IGroupsClient to support paging of groups and projects by @belcher-rok in ubisoft/NGitLab#642 Add CreateAsync...