Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
Install Node.js + npm on your system: https://nodejs.org/en/download/
git clone [email protected]:netlify-labs/netlify-plugin-sitemap.git
cd netlify-plugin-sitemap
npm install
Make sure everything is correctly setup with:
npm test
npm run format
- Merge the release PR
- Switch to the default branch
git checkout main
- Pull latest changes
git pull
- Publish the package
npm publish
By contributing to Netlify Node Client, you agree that your contributions will be licensed under its MIT license.