Skip to content

Commit dedc8cc

Browse files
committed
add recipt to create release on gh
1 parent 6ae42a9 commit dedc8cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Development environment
2+
3+
- You can use codespaces or run `npm install` after cloning the repo.
4+
- Open Visual Studio Code with the DeviceScript extension installed
5+
6+
## Create a release
7+
8+
```bash
9+
npm version patch
10+
git push --all
11+
gh release create --generate-notes
12+
```

0 commit comments

Comments
 (0)