[ALOY-1039] Alloy version built from 1_4_X branch is "1.4.0-alpha4"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-05T00:53:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.4.0 |
Components | n/a |
Labels | qe-3.3.0, qe-noTestNeeded |
Reporter | Federico Casali |
Assignee | Tim Poulsen |
Created | 2014-06-03T23:13:41.000+0000 |
Updated | 2014-11-24T22:28:55.000+0000 |
Description
Problem description
Alloy version installed from the 'Appcelerator/Alloy' repository is "1.4.0-alpha4". Current latest npm-packaged Alloy version is 1.4.0-betaSteps to reproduce
1. Install Alloy from https://github.com/appcelerator/alloy/tree/1_4_X , for example typing
sudo npm install -g git://github.com/appcelerator/alloy.git#1_4_X
or cloning the repo locally, switching to 1_4_X branch and typing:
sudo npm install -g .
2. Check the Alloy version typing:
alloy -v
Result: Alloy version reported is 1.4.0-alpha4.
Expected result: latest packaged version available through npm is 1.4.0-beta
Comments
- Tim Poulsen 2014-06-05 package.json and README.md updated
- Federico Casali 2014-06-06 Verified "1.4.0-beta2" is the Alloy version when built from the 1_4_X branch and the version released as npm-packaged. Closing.