Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02.
Browse files Browse the repository at this point in the history
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
mdom committed Apr 5, 2018
1 parent 71e35f5 commit deb82ea
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
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
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/mdom/podite"
}
},
"version" : "0.01",
"version" : "0.02",
"x_contributors" : [
"Mario Domgoergen <[email protected]>"
],
Expand Down
13 changes: 13 additions & 0 deletions github-release.sh
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
2 changes: 1 addition & 1 deletion lib/App/podite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use App::podite::Directory;
use File::stat;
use Scalar::Util 'refaddr';

our $VERSION = "0.01";
our $VERSION = "0.02";

has ua => sub {
my $self = shift;
Expand Down

0 comments on commit deb82ea

Please sign in to comment.