janpio / cordova-release-tools

Apache License 2.0
1 stars 0 forks source link

feat: cort version:dev and cort version:undev #17

Closed janpio closed 5 years ago

janpio commented 5 years ago

undev:

λ cort version:undev                                                                                          
- Replaced '2.0.3-dev' with '2.0.3' in 'package.json'.                                                        
- Replaced '2.0.3-dev' with '2.0.3' in 'plugin.xml'.                                                          
- Could not replace '2.0.3-dev' with '2.0.3' in 'tests/package.json'. Please fix this file manually. Content: 
 {                                                                                                            
  "name": "cordova-plugin-device-tests",                                                                      
  "version": "1.1.6-dev",                                                                                     
  "description": "",                                                                                          
  "cordova": {                                                                                                
    "id": "cordova-plugin-device-tests",                                                                      
    "platforms": []                                                                                           
  },                                                                                                          
  "keywords": [                                                                                               
    "ecosystem:cordova"                                                                                       
  ],                                                                                                          
  "author": "",                                                                                               
  "license": "Apache 2.0"                                                                                     
}                                                                                                             

- Replaced '2.0.3-dev' with '2.0.3' in 'tests/plugin.xml'.                                                    
- Replaced '### 2.0.3-dev' with '### 2.0.3' in 'RELEASENOTES.md'.                                             

dev:

E:\Projects\Cordova\cordova-plugin-device (master -> origin) (cordova-plugin-device@2.0.3)
λ cort version:dev
- Replaced '2.0.3' with '2.0.3-dev' in 'package.json'.
- Replaced '2.0.3' with '2.0.3-dev' in 'plugin.xml'.
- Could not replace '2.0.3' with '2.0.3-dev' in 'tests/package.json'. Please fix this file manually. Content:
 {
  "name": "cordova-plugin-device-tests",
  "version": "1.1.6-dev",
  "description": "",
  "cordova": {
    "id": "cordova-plugin-device-tests",
    "platforms": []
  },
  "keywords": [
    "ecosystem:cordova"
  ],
  "author": "",
  "license": "Apache 2.0"
}

- Replaced '2.0.3' with '2.0.3-dev' in 'tests/plugin.xml'.
- Replaced '### 2.0.3' with '### 2.0.3-dev' in 'RELEASENOTES.md'.

closes #13