Skip to content
Masanori Ohgita edited this page Nov 6, 2015 · 39 revisions

jquery-simple-datatimepicker Wiki

Documents for Using library and development.

Testing

Automated testing on Travis-CI: Build Status

Please see a README file: https://github.com/mugifly/jquery-simple-datetimepicker/blob/master/README.md

Version and Example page

Versioning and Branch / Tag name rule

Version

  • Format: major.minor.revision
    • revision: such as bug fix
  • Example: 1.0.0

Tag and Branch

  • Branch: X.X.x (example: 1.0.x). However, mainstream (will released at next) development version has committed to the master branch.
  • Tag: X.X.X (example: 1.0.0) - It's just a released version.
Clone this wiki locally