You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learnt a lot from creating and maintaining react-toolip, but now I start putting my focus on other challenges, so just let me know by sending email to [email protected] if you have interests in maintaining the project :)
12
-
13
10
## Maintainers
11
+
14
12
[huumanoid](https://github.com/huumanoid)
15
13
14
+
[aronhelser](https://github.com/aronhelser)
15
+
16
16
## Installation
17
17
18
18
```sh
@@ -112,7 +112,7 @@ import {findDOMNode} from 'react-dom'
We are using semantic-release to automate the release process, and this depends on a specific format for commit messages. Please run `npm run commit` to use `commitizen` to properly format your commit messages so they can be automatically processed and included in release notes.
8
+
9
+
## Pull request testing
10
+
11
+
Some notes on testing and releasing.
12
+
* For a PR, follow Github's command-line instructions for retrieving the branch with the changes.
13
+
*`make dev` starts a development server, open `http://localhost:8888` to see the example website.
14
+
* Provide feedback on the PR about your results.
15
+
16
+
## Doing a release
17
+
18
+
We are using semantic-release instead of this:
19
+
20
+
*`make deploy` updates the files in the `standalone` directory
21
+
* update the version number in `package.json`
22
+
- Fixes update the patch number, features update the minor number.
23
+
- Major version update is reserved for API breaking changes, not just additions.
24
+
*`npm run github-changes -- -n 3.X.Y` to update the changelog
25
+
*`git add`, `git commit` and `git push` to get the version to master.
26
+
*`git tag -a 3.X.Y -m 3.X.Y``git push --tags`
27
+
*`npm publish`
28
+
* add a version on the github release page, based on the tag
0 commit comments