role-based-email-addresses
Version:
Common prefixes for "role-based" email addresses that represent a position, job, or group of people in the company rather than an individual
25 lines (16 loc) • 720 B
Markdown
## A list of role based email addresses
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.
## Contributing
Please contribute. Just keep them in alphabetical order please (the "natural" order that calling `sort()` on the array would return).
## 📦 Publishing (for maintainers)
To publish a new version:
1. Bump the version:
`npm version <patch|minor|major>`
2. Update `CHANGELOG.md` and amend the commit:
`git add CHANGELOG.md && git commit --amend --no-edit`
3. Push with tags:
`git push --follow-tags`
4. Publish to npm:
`npm publish --access public`
## License
MIT