Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Dec 6, 2024
1 parent c0bcc2a commit ac8eb39
Show file tree
Hide file tree
Showing 32 changed files with 4,940 additions and 3,013 deletions.
10 changes: 7 additions & 3 deletions node_modules/diff/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ If you notice any problems, please report them to the GitHub issue tracker at

## Releasing

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

```
yarn clean
yarn grunt
yarn grunt uglify
yarn grunt release
yarn publish
```

After releasing, remember to:
* commit the `package.json` change and push it to GitHub
* create a new version tag on GitHub
* update `diff.js` on the `gh-pages` branch to the latest built version from the `dist/` folder.
Loading

0 comments on commit ac8eb39

Please sign in to comment.