Skip to content

Commit 68f3ad3

Browse files
authored
Update README.md
1 parent 98b052a commit 68f3ad3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,3 +534,20 @@ required by `GSAPAnimator`. Load those files in however you wish, and then copy
534534
- [spark-scroll-ease](https://github.com/gilbox/spark-scroll/blob/master/src/spark-scroll.coffee#L213)
535535
attribute (Not really liking this feature)
536536
537+
538+
## Contributing
539+
540+
### Publishing to NPM
541+
542+
- First make sure to bump the version number in `package.json` in accordance with semantic versioning practices. If you think a major version bump is warranted, go for it!
543+
544+
# preparation
545+
npm run build-npm-all
546+
547+
# actually publish to npm !!! VERY IMPORTANT Do NOT run `npm publish`, !!!
548+
npm run publish
549+
550+
- Create a git tag and publish it
551+
552+
git tag vVERSION.NUMBER.WHATEVER
553+
git push origin vVERSION.NUMBER.WHATEVER

0 commit comments

Comments
 (0)