Common prefixes for "role-based" email addresses that represent a position, job, or group of people in the company rather than an individual. These were sourced from several places.
Please contribute. Just keep them in alphabetical order please (the "natural" order that calling sort()
on the array would return).
To publish a new version:
- Bump the version:
npm version <patch|minor|major>
- Update
CHANGELOG.md
and amend the commit:git add CHANGELOG.md && git commit --amend --no-edit
- Push with tags:
git push --follow-tags
- Publish to npm:
npm publish --access public
MIT