Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- The README was cleaned up to provide more clarity
  around the limitations of the utility
  • Loading branch information
oshalygin committed Sep 24, 2017
1 parent 243fae0 commit 5e4a436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.0.8 (September 24, 2017)

- Cleaned up Limitations section in README.md to clearly explain the supported frameworks.

## 0.0.7 (September 24, 2017)

- Documentation updates to reflect examples of supported frameworks.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ None, this utility is called within the current git repository and it will make

This utility depends on _you_ having the right credentials set.

Additionally, this utility only works with Node.js projects(for now), namely projects with a `package.json` file. The reason for this is because the application looks into this configuration file to determine what tag version to set.
Additionally, this utility only works with Node.js projects(for now), namely projects with a `package.json` file _AND_ generic version files. Please reference the [Currently Supported Frameworks](#currently-supported-frameworks) section for supported frameworks.

In the future, tagging will extend to other languages and frameworks.
More frameworks are coming, so if you see something that isn't supported, post an Issue!

# License

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8

0 comments on commit 5e4a436

Please sign in to comment.