psexton / SemVerName-matlab

Semantic Versioning (semver) and Semantically Versioned Names (semvername), for matlab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SemVerName-matlab

Overview

Semantic Versioning (semver) and Semantically Versioned Names (semvername), for MATLAB.

Notes

Our implementation of Semantic Versioning matches that of the Semantic Versioning Specification v2.0.0.

The semantic version specification is available at http://semver.org/spec/v2.0.0.html. A copy of the v2.0.0 spec is mirrored here at "doc/semantic_versioning_spec_2.0.0.html".

Installation

Run the onLoad script to load this package onto the MATLAB path. Run the onUnload script to remove it from the path.

Dependencies

License

BSD 2-Clause

Contributing

  1. Fork it ( https://github.com/psexton/SemVerName-matlab/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Semantic Versioning (semver) and Semantically Versioned Names (semvername), for matlab.

License:BSD 2-Clause "Simplified" License


Languages

Language:MATLAB 100.0%