From 5e4a436577c2d118db2850ca04b4aa9fc5ab03c6 Mon Sep 17 00:00:00 2001 From: Oleg Shalygin Date: Sun, 24 Sep 2017 01:20:15 -0700 Subject: [PATCH] Update README.md - The README was cleaned up to provide more clarity around the limitations of the utility --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- VERSION | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b0789..675ea92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 4149631..aed0e05 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 5c4511c..7d6b3eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 \ No newline at end of file +0.0.8 \ No newline at end of file