Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed Aug 26, 2019
1 parent 961dad4 commit 42304ad
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 238 deletions.
2 changes: 1 addition & 1 deletion RELEASE-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instruction for releasing a new version of Tangy Form

0. Make sure your local master branch is up to date and clean. `git fetch origin && git checkout master && git merge origin/master && status`.
0. Make sure your local master branch is up to date and clean. `git fetch origin && git checkout master && git merge origin/master && git status`.
1. Refresh sandbox and run tests with `rm -r node_modules && npm install && npm run test`.
1. Increment the version number in `package.json`.
2. Complete an entry in `CHANGELOG.md` for the release.
Expand Down
Loading

0 comments on commit 42304ad

Please sign in to comment.