Skip to content

Commit e1ac433

Browse files
committed
Add instructions for version numbering
1 parent 783f31a commit e1ac433

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ The project is unmaintained for now, but you could fork it and improve upon it.
6363
### Contributions
6464
This project follows the
6565
[Git-flow](http://nvie.com/posts/a-successful-git-branching-model/) methodology,
66-
this will keep the master branch clean for new stable releases.
66+
this will keep the master branch clean for new stable releases. Also the
67+
version numbering convention will be [this one](http://stackoverflow.com/a/65750)
6768

6869
More about Git-flow at:
6970
- [Daniel Kummer's Git Flow cheatsheet](http://danielkummer.github.io/git-flow-cheatsheet/)
@@ -76,7 +77,7 @@ Follow this steps
7677
- Checkout the `develop` branch.
7778
- For new features: Create a new `feature` branch using git-flow.
7879
- For bugfixes: Commit in the `develop` branch.
79-
- Bump the date on the syntax file.
80+
- Bump the date and version number on the syntax file.
8081
- When done, don't forget to push the `develop` branch.
8182
- Submit a pull request.
8283

0 commit comments

Comments
 (0)