From 4abd3ed51f3bdebb639afc1b25b738b9d7d0bfac Mon Sep 17 00:00:00 2001 From: John French Date: Thu, 11 Jan 2018 18:19:24 -0500 Subject: [PATCH] doc: update indication of latest version - update in README.md - add step to instructions for building a release PR-URL: https://github.com/nodejs/node-addon-api/pull/211 Reviewed-By: Kyle Farnung --- README.md | 2 +- doc/creating_a_release.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4059d1..ebf6fec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ values. Concepts and operations generally map to ideas specified in the - **[Contributors](#contributors)** - **[License](#license)** -## **Current version: 1.1.0** +## **Current version: 1.2.0** (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog) diff --git a/doc/creating_a_release.md b/doc/creating_a_release.md index e9b26f4..28f1e84 100644 --- a/doc/creating_a_release.md +++ b/doc/creating_a_release.md @@ -21,6 +21,8 @@ These are the steps to follow to create a new release: * Update the version in package.json appropriately. +* Update the README.md to show the new version as the latest. + * Add any new contributors to the "contributors" section in the package.json