Skip to content

Commit fa649e6

Browse files
committed
πŸ‘Œ IMPROVE: Contributing guidelines
1 parent a4e4597 commit fa649e6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

β€ŽCONTRIBUTING.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ We welcome contributions to this project.
44

55
---
66

7+
## Releasing a snapshot version
8+
9+
To release a snapshot version to test changes, run the following command:
10+
11+
```bash
12+
npx run snapshot
13+
```
14+
715
## Releasing a new version
816

917
```bash
@@ -27,9 +35,9 @@ To test the changes locally, you can run the following command:
2735
"dependencies": {
2836
"@baseai/core": "workspace:*"
2937
},
30-
"devDependencies": {
31-
"baseai": "workspace:*"
32-
}
38+
"devDependencies": {
39+
"baseai": "workspace:*"
40+
}
3341
}
3442
```
3543

0 commit comments

Comments
Β (0)