apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

Publish version 1.0.2 #207

Open brodycj opened 6 years ago

brodycj commented 6 years ago

Some important changes have been made recently, should be published.

I hope to do this next week, cannot make any promise right now.

timbru31 commented 5 years ago

Any progress? I'm relatively new to coho - the npm version failed because it seems that MD5 was abandoned in favor of SHA512? As a new user it's quite difficult to debug this issue.

brodycj commented 5 years ago

I cannot promise when I will get a chance to look at this. It should probably be 2.0.0 if we want to follow semver on this build tool.

As a side point I generally just run from my own Cordova workarea. Not sure if this is really the best way or not.

Thanks for your efforts and contributions. Please feel free to ask any questions you may have here or in dev@cordova.apache.org.

janpio commented 5 years ago

As long as there is no published new release, using the local checkout is definitely the better choice: https://github.com/apache/cordova-coho#alternately-you-could-also-clone--use-coho

timbru31 commented 5 years ago

npm i -g cordova-coho@nightly works, too ;)