GitHub user maurotdo opened a pull request:
https://github.com/apache/thrift/pull/91
Adds composer.json for Thrift dev-master branch
Adds composer.json for Thrift dev-master branch
Given that the next release will likely be 1.0.0, i've aliased the
dev-master branch to 1.0.x-dev, so anyone requiring 1.0.x-dev will get the most
recent commit in dev-master.
When 1.0.0 will be tagged/released, supposedly creating a branch for it
(e.g. 1.0.x), we'll switch (on master) the alias to 1.1.x-dev, so:
- anyone requiring 1.0.* will get the most recent tagged version (stable
release) along branch 1.0.x (until lowering minimum-stability to dev, in which
case it will yield the most recent commit along that branch)
- anyone requiring 1.0.x-dev will get the most recent commit in branch 1.0
- anyone requiring 1.1.x-dev will get the most recent commit in dev-master.
And so on
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maurotdo/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/91.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #91
----
commit acba5ca4cb9d6d727e63b25a6ce8dfaf863190bc
Author: Mauro Maggi <[email protected]>
Date: 2014-03-28T16:18:30Z
Adds composer.json for Thrift dev-master branch and aliases dev-master to
1.0.x-dev
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---