Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial readme #3

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/shy-tools-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@intentface/react-speech-recognition": patch
---

Add initial readme
13 changes: 13 additions & 0 deletions README.md
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