Skip to content

Commit ac8eb39

Browse files
committed
1 parent c0bcc2a commit ac8eb39

32 files changed

+4940
-3013
lines changed

node_modules/diff/CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ If you notice any problems, please report them to the GitHub issue tracker at
2626

2727
## Releasing
2828

29-
A full release may be completed with the following:
29+
A full release may be completed by first updating the `"version"` property in package.json, then running the following:
3030

3131
```
3232
yarn clean
33-
yarn grunt
34-
yarn grunt uglify
33+
yarn grunt release
3534
yarn publish
3635
```
36+
37+
After releasing, remember to:
38+
* commit the `package.json` change and push it to GitHub
39+
* create a new version tag on GitHub
40+
* update `diff.js` on the `gh-pages` branch to the latest built version from the `dist/` folder.

0 commit comments

Comments
 (0)