Skip to content

Releases: dazinator/GithubReleaseCreator

NuGet Package Release: Version 1.1.0

09 Nov 02:20
Compare
Choose a tag to compare

You can find the NuGet package here: https://www.nuget.org/packages/GithubReleaseCreator/1.1.0

New Features

Upload release assets.

You can now upload assets against the GitHub release that is created.
Use the -a argument followed by a comma seperated list of the filenames to be uploaded as release assets.

For example:

GithubReleaseCreator.exe --username [your github access token goes here] --owner "dazinator"
--repo "githubreleasecreator" --tag "1.1.0" --name "TestRelease" --desc "This is my release" --draft 
-a "SomeFile.msi,SomeOtherFile.txt"

Set the Release Description from the contents of a file.

When creating the release, rather than using the following argument: --desc "This is my release" you may find that you have you release description already in a file, perhaps formatted as markdown. Well you can now use: `--filedesc "releasedescription.txt" and GitHubReleaseCreator will read the contents of that file and use that as the Description for the Release that is created.

1.0.3

05 Nov 00:20
Compare
Choose a tag to compare

Available on NuGet here: https://www.nuget.org/packages/GithubReleaseCreator/

Version 1.0.3

  • Fixed a NuGet package installation issue.