Skip to content

Commit

Permalink
Merge pull request #27 from radify/small-documentation-fix
Browse files Browse the repository at this point in the history
Fixes tiny documentation mistake
  • Loading branch information
gavD committed Aug 6, 2015
2 parents 1d0e353 + 7962f40 commit 4687a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Please see our article [Painless Immutable Infrastructure with Ansible and AWS](
`radiian -h` presents a minimal help menu, whereas `radiian -o` opens the much more detailed [online documentation](https://github.com/radify/radiian#readme). Additionally, you may [file an issue](https://github.com/radify/radiian/issues) on Github.

### Semantic Versioning
Radiian, like npm, uses [semantic versioning.](http://semver.org/). Versions tags are found in `git`, `package.json`, and `radiian.js -V`.
Radiian, like npm, uses [semantic versioning.](http://semver.org/). Versions tags are found in `git`, `package.json`, and `radiian -V`.
To keep them all synchronized, we do *not* use `git tag` directly. Rather, we run `npm version x.y.z`, which updates the
version number both in `package.json` and in `git`. (In fact, it adds a new `tag` commit automatically.) Because `radiian.js`
receives its version number from `package.json`, there is never a need to update its versioning.
Expand Down

0 comments on commit 4687a22

Please sign in to comment.