From 1b5196cdeb4f3d42edc72d555dce511ade1a47b3 Mon Sep 17 00:00:00 2001 From: apl Date: Fri, 26 Jan 2018 11:43:40 +0100 Subject: [PATCH] fixed release process description bower.json does not contain a version number anymore --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 54cc3bc8..db75c6a6 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,7 +3,7 @@ To prepare a release you have to do the following tasks: 1. Run `git flow release start [version]`. -2. Bump versions in `package.json` and `bower.json`. +2. Bump versions in `package.json`. 3. Update [CHANGELOG.md](CHANGELOG.md). 2. Run `git flow release finish`.