From ddb4af0ae0cfdf02ee138c7cd7eeb321fd35fd40 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 25 Jan 2023 15:31:50 -0500 Subject: [PATCH] Add publishing information to contributing docs --- .github/CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..68b1b716e --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing + +## Publishing + +This section is intended only for the project maintainers. + +1. Increment the version number in the `package.json`, `./react/package.json` and `./vue/package.json` files. +2. Commit and tag those changes. +3. Push the commit and tag to GitHub. +4. Review the draft release generated by GitHub. +5. Publish the new release on GitHub. This will automatically trigger a GitHub action to publish these packages to NPM.