qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

qx contrib publish: allow overriding of version number #47

Closed cboulanger closed 6 years ago

cboulanger commented 6 years ago

qx contrib publish at the moment increments the existing version number according to the release type (major, minor, patch ...). We should add a -V/--version option that allows to manually set the version number.

cboulanger commented 6 years ago

A contrib should have a demo, which allows to see what it does and could be used in unit tests for quality control. qx contrib publish will warn if there isn't one and recommend to add it via qx contrib init

cboulanger commented 6 years ago

More changes:

johnspackman commented 6 years ago

This issue was moved to qooxdoo/qooxdoo-compiler#82