# npm-email-templates

[![build status](https://travis-ci.org/npm/email-templates.svg)](https://travis-ci.org/npm/email-templates)

shared templates for transactional npm emails.

adding html-email templates for Eloqua integration; css could be cleaned up/consolidated.

## Release Process

`npm-email-templates` uses [standard-verison](https://www.npmjs.com/package/standard-version). To create a new release:

1. use the [angular commit format](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md).
2. merge your pull requests onto master.
3. run `npm run release`, when you're ready to publish a new version, this:
  * manages your semantic versioning.
  * updates your CHANGELOG for you.
