Skip to content

Commit

Permalink
docs: added documentation for explaining the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Apr 18, 2015
1 parent c138e62 commit d516c2f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
- npm install -g bower
install:
- npm install
- bower install
- npm install
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="">Git changelog</a>
# (2014-11-23)
# (2015-04-18)



Expand Down
2 changes: 1 addition & 1 deletion EXTENDEDCHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="">Git changelog extended</a>
# (2014-11-23)
# (2015-04-18)


## Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# git-changelog

[![Build Status](https://travis-ci.org/rafinskipg/git-changelog.svg)](https://travis-ci.org/rafinskipg/git-changelog)

> A git changelog based on ANGULAR JS commit standards. [NPM page](https://www.npmjs.org/package/git-changelog)
## NEWS!
Expand Down Expand Up @@ -119,6 +121,12 @@ format that includes a **type**, a **scope** and a **subject**:
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier
to read on github as well as in various git tools.

Example commit message

```
git commit -m "docs: added documentation for explaining the commit message"
```

### Type
Must be one of the following:

Expand Down
2 changes: 1 addition & 1 deletion output/tag1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="">Since tag 1 changelog</a>
# (2014-11-23)
# (2015-04-18)


## Bug Fixes
Expand Down

0 comments on commit d516c2f

Please sign in to comment.