ape-repo/ape-releasing

View on GitHub
doc/guides/02.Usage.md.hbs

Summary

Maintainability
Test Coverage
Usage
----

### Release a npm Package

`.apeReleasing.releasePackage()` function will do:

1. Create a git tag and push to remote.
2. Publish package to npm.
3. Increment package.json version number.
4. Commit and push git local changes.

```javascript
{{{read 'example/example-release-package.js'}}}
```