Skip to content

Commit

Permalink
Release 1.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Mar 31, 2018
1 parent 62ccb3b commit 7429011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ json=$(printf '{"tag_name":"%s","name":"%s","body":"%s"}' "$next_version" "$next
username=`git remote get-url origin | cut -d '/' -f 1 | cut -d ':' -f 2`
token=`cat ~/$username.token`

curl --user $username:$token --request POST --data $json https://api.github.com/repos/$username/log4j2-json-layout/releases
curl --silent --show-error --fail --user $username:$token --request POST -g --data '$json' https://api.github.com/repos/$username/log4j2-json-layout/releases

./gradlew uploadArchives closeAndReleaseRepository -Prelease
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-RC2
1.0.0-RC3

0 comments on commit 7429011

Please sign in to comment.