Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Add SemVer note for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Mar 29, 2020
1 parent 74724ce commit 00c7ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* Test your changes using `composer test`.
* Send a pull request.

# Releases
All releases should adhere to [SemVer](https://semver.org/) naming convention.
* MAJOR version when you make incompatible API changes,
* MINOR version when you add functionality in a backwards compatible manner, and
* PATCH version when you make backwards compatible bug fixes.

## Coding Guidelines

* LivingMarkup uses Laminas Framework (formally Zend Framework).
Expand Down

0 comments on commit 00c7ad1

Please sign in to comment.