Skip to content

Commit 4a5a856

Browse files
committed
2 parents 10c94a2 + 1badb64 commit 4a5a856

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,3 @@ Tips for making an easier-to-review contribution:
2727
- Please provide a description.
2828
- Include screenshots and animated GIFs whenever possible.
2929
- 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

Comments
 (0)