From b1d532b0fad71cf76d68de9458a4f0110ae4e1a4 Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Sun, 6 Oct 2019 14:18:40 -0400 Subject: [PATCH] Add line to contributing document to make sure the reload version in the sample app is incremented --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f21d376..7116104 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ If you are a maintainer of Reload, please follow the following release procedure - Merge all desired pull requests into master. - Bump `package.json` to a new version and run `npm i` to generate a new `package-lock.json`. +- Bump sample app's reload version to match new bumped version. - Make any final edits to CHANGELOG. - Paste contents of CHANGELOG for the new version into new version commit. - Open and merge a pull request with those changes.