Skip to content

Commit

Permalink
Enable setting release title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jul 1, 2015
1 parent 199b97a commit 994e7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ $ export GITHUB_TOKEN=YOURTOKEN

```bash
$ ./scripts/sysroot-creator-wheezy.sh BuildSysrootARM
$ ./scripts/sysroot-creator-wheezy.sh UploadSysrootARM
$ ./scripts/sysroot-creator-wheezy.sh UploadSysrootARM 0.1.0 "release description"
```
2 changes: 1 addition & 1 deletion scripts/sysroot-creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ UploadSysroot() {
--repo debian-sysroot-image-creator \
--tag "v${rev}" \
--name "${rev}" \
--description ""
--description "$2"
github-release upload \
--user atom \
--repo debian-sysroot-image-creator \
Expand Down

0 comments on commit 994e7d8

Please sign in to comment.