Sha256: 6416de272ba5660966394cc0724b914873e97fe8de8bbc4272521717e2b17132
Contents?: true
Size: 831 Bytes
Versions: 48
Compression:
Stored size: 831 Bytes
Contents
Contributing to Parser ---------------------- Parser uses [Semantic Versioning](http://semver.org). Additionally, Parser employs a script to extract information from VCS (git) log and form a Changelog file. Thus, each commit which affects the public API in any way must be marked with one of the following sigils, or characters at the beginning of line: * `-` for bugfixes. For example: `- lexer.rl: fixed lexing of "alias $foo $bar".` * `+` for features. For example: `+ Implemented Parser::Rewriter, a module for non-intrusive rewriting of source code.` * `*` for miscellaneous changes. For example: `* Converted measurement units from metric to imperial.` These categories map nicely to semantic versioning: `-` bugfixes increment patchlevel, `+` features increment minor version, `*` API changes increment major version.
Version data entries
48 entries across 48 versions & 2 rubygems