Thank first time contributors for their work right in your release notes.
npm install @auto-it/first-time-contributorThank first time contributors for their work right in your release notes.
This plugin is not included with the auto CLI installed via NPM. To install:
``bash`
npm i --save-dev @auto-it/first-time-contributoror
yarn add -D @auto-it/first-time-contributor
Simply add the plugins to your auto configuration.
`json``
{
"plugins": ["first-time-contributor"]
}