We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10c94a2 + 1badb64 commit 4a5a856Copy full SHA for 4a5a856
CONTRIBUTING.md
@@ -27,15 +27,3 @@ Tips for making an easier-to-review contribution:
27
- Please provide a description.
28
- Include screenshots and animated GIFs whenever possible.
29
- Use short, present tense commit messages.
30
-
31
-## Releasing
32
33
-Releases are created by the core team using the following steps:
34
35
-1. Check your dependencies: `rm -rf node_modules && npm install`
36
-2. Make sure tests are passing: `npm run test`
37
-3. Increment the major, minor or patch `version` in `package.json`
38
-4. Prepare the release: `npm run prepare-release`
39
- - _This packages and signs all the assets._
40
-5. Release! `npm run release`
41
- - _This creates the release on GitHub.com and uploads the assets._
0 commit comments