Skip to content

Commit

Permalink
Add git commands for updating master from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bruce committed Feb 27, 2018
1 parent 6952cb4 commit 707b261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Note: If merges to `master` occur after submitting this PR and before running `$ npm pubish` you should be able to

1. pull from `upstream/master` into the branch holding this version,
1. pull from `upstream/master` (`git pull upstream master`) into the branch holding this version,
2. run `$ npm run build` to regenerate the `min` file, and
3. commit and push the updated changes.

Expand Down

0 comments on commit 707b261

Please sign in to comment.