Skip to content

Commit

Permalink
Automate bleeding edge on official release. See: #142
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Sep 1, 2016
1 parent 564f6a5 commit 52dd86e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/psr4/targets/releases/upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

<target name="-releases-upload" hidden="true">

<!-- If doing a formal release, update bleeding edge. -->
<if>
<and>
<isFalse value="${_releases_release_type_is_rc}" />
</and>
<then>
<phingCall target="-uploads-bleeding-edge" />
</then>
</if>
<!-- Convey what is about to happen below. -->

<echo msg="Uploading distros to Amazon S3/CloudFront storage ..." />
Expand Down

0 comments on commit 52dd86e

Please sign in to comment.