-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Intentface/latenssi/add-readme
Add initial readme
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@intentface/react-speech-recognition": patch | ||
--- | ||
|
||
Add initial readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# @intentface/react-speech-recognition | ||
|
||
## Dev | ||
|
||
### Doing a release | ||
|
||
After finishing your feature normally, to automatically bump version number, update changelog and do an npm release: | ||
|
||
1. `npm run add-change` | ||
2. Follow the instructions | ||
3. Commit the changeset file(s) to your feature branch and push to Github | ||
4. Create a PR normally, including the changeset file(s) | ||
5. Eventually accept the PR called "Version Packages" created by the changeset bot |