Skip to content

Commit

Permalink
Added module.json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cagabi committed Jul 27, 2018
1 parent 70ec976 commit e8550fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Group module version changelog
Given a version number MAJOR.MINOR.PATCH:

- MAJOR version MUST be incremented if any backwards incompatible changes are introduced. It MAY include minor and patch level changes.
- MINOR version MUST be incremented if new, backwards compatible functionality is introduced to the public API. It MUST be incremented if any public API functionality is marked as deprecated. It MAY be incremented if substantial new functionality or improvements are introduced within the private code. It MAY include patch level changes.
- PATCH version MUST be incremented if only backwards compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes incorrect behaviour.


4 changes: 4 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name" : "Group",
"version" : "1.0.0"
}

0 comments on commit e8550fe

Please sign in to comment.