diff --git a/README.md b/README.md index 26a63d7..d8074d1 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ To see documentation, navigate here: https://the-control-group.github.io/ui/ ## Batteries not included This package does not come transpiled - the importing library is responsible for setting proper browser targets and transpilation options. + + +## Publish Release +It’s a standard NPM release process. +Make a new branch called `release/x.x.x` for w/e the version number is, then run `npm version ` to update the package.json +Then merge that into master, create a git release, and run `npm publish` +And follow the semver pattern obviously