-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 0.02.
Changelog diff is: diff --git a/Changes b/Changes index 1845423..6ada8d2 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ {{$NEXT}} +0.02 2018-04-05T13:22:39Z + Test fatpack upload + 0.01 2018-04-05T13:06:34Z Foo
- Loading branch information
Showing
4 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{{$NEXT}} | ||
|
||
0.02 2018-04-05T13:22:39Z | ||
Test fatpack upload | ||
|
||
0.01 2018-04-05T13:06:34Z | ||
Foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ | |
"web" : "https://github.com/mdom/podite" | ||
} | ||
}, | ||
"version" : "0.01", | ||
"version" : "0.02", | ||
"x_contributors" : [ | ||
"Mario Domgoergen <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
minil release | ||
|
||
last_tag=$(git describe --abbrev=0 --tags) | ||
|
||
github-release release --user mdom --repo podite --tag $last_tag | ||
|
||
./bundle-script.sh || exit 1 | ||
|
||
github-release upload --user mdom --repo podite --tag $last_tag --name podite --file podite.fatpack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters