Skip to content

Commit

Permalink
set up goxc for automatic releasing on github
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 2, 2015
1 parent 1390a37 commit 7424cdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tmp/
.bundle/
_site/
Gemfile.lock
.goxc.local.json
12 changes: 11 additions & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"ArtifactsDest": "builds",
"Tasks": [
"default",
"publish-github"
],
"TasksExclude": [
"deb",
"deb-dev"
],
"BuildConstraints": "linux darwin windows",
"TaskSettings": {
"publish-github": {
"owner": "mroth",
"repository": "scmpuff"
}
},
"ConfigVersion": "0.9"
}
}

0 comments on commit 7424cdd

Please sign in to comment.