From f2e61f9bdeac959b1cd34623c5c194ba08e661d3 Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Tue, 10 Jun 2025 14:40:03 -0400 Subject: [PATCH] fix(docs): add deprecation notice to framework-info --- packages/framework-info/CONTRIBUTING.md | 31 ------------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/framework-info/CONTRIBUTING.md diff --git a/packages/framework-info/CONTRIBUTING.md b/packages/framework-info/CONTRIBUTING.md deleted file mode 100644 index ac93dd0141..0000000000 --- a/packages/framework-info/CONTRIBUTING.md +++ /dev/null @@ -1,31 +0,0 @@ -# CONTRIBUTING - -Contributions are always welcome, no matter how large or small. Before contributing, please read the -[code of conduct](CODE_OF_CONDUCT.md). - -## Setup - -From the root of the repository: - -```sh -npm install -npm run build -- --scope=@netlify/framework-info -npm test -- --scope=@netlify/framework-info -``` - -## Releasing - -Merge the release PR - -### Creating a prerelease - -1. Create a branch named `releases/framework-info//` with the version and tag you'd like to release. -2. Push the branch to the repo. - -For example, a branch named `releases/framework-info/rc/4.0.0` will create the version `v4.0.0-rc` and publish it under -the `rc` tag. - -## License - -By contributing to Netlify Node Client, you agree that your contributions will be licensed under its -[MIT license](LICENSE).