Skip to content

Commit

Permalink
added info versioning and contributing guidelines to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Sep 26, 2014
1 parent a5abed4 commit 4959620
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,29 @@ Check [`bower.json` file](https://github.com/sayanee/angularjs-pdf/blob/master/b
PDF example used is [Relativity: The Special and General Theory by Albert Einstein](http://www.gutenberg.org/ebooks/30155) as kindly organized and made available free by [Project Gutenberg](http://www.gutenberg.org/wiki/Main_Page).
#Contribute
Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.
#Versioning
This repository follows the [Semantic Versioning](http://semver.org/) guidelines:
1. For **patches**, run the command:
```
grunt bump
```
- For **minor release**, run the command:
```
grunt bump:minor
```
- For **major release**, run the command:
```
grunt bump:major
```
## License
Expand Down

0 comments on commit 4959620

Please sign in to comment.