Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Nov 5, 2014
1 parent f5da191 commit 390ff0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ GithubReleaseCreator

A small and flexible command line utility, that can create releases on GitHub, including setting the release notes, and uploading file assets.

Available as a NuGet package here: https://www.nuget.org/packages/GithubReleaseCreator/ - just add it to your solution and then you can call it easily during builds etc.

Example
Sample
=======

On your GitHub account page, you will need to have created yourself a *Personal Access Token*.
On your GitHub account page, *create yourself a Personal Access Token*.

```shell
GithubReleaseCreator.exe --username [Put Personal Access Token Here] --owner "dazinator" --repo "githubreleasecreator" --tag "1.0.0+1" --name "TestRelease" --desc "Testing my automated release creator utility" --draft -u C:/myfile.txt,C:/myotherfile.txt -v
Expand Down

0 comments on commit 390ff0c

Please sign in to comment.