File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
- # Contributing to OpenLLMetry-JS
1
+ # Contributing to ` go-openllmetry `
2
2
3
3
Thanks for taking the time to contribute! 😃 🚀
4
4
5
5
Please refer to our [ Contributing Guide] ( https://traceloop.com/docs/openllmetry/contributing/overview ) for instructions on how to contribute.
6
6
7
- ## Releasing
7
+ ### Prerequisites
8
8
9
- To release a new version of the package, run (make sure you have access to the ` @traceloop ` npm organization):
9
+ - ` go ` version ` v1.21.0+ `
10
+
11
+ ## Development
12
+
13
+ Clone the repository:
14
+
15
+ ``` bash
16
+ git clone https://github.com/traceloop/go-openllmetry
17
+ cd go-openllmetry
18
+ ```
19
+
20
+ ## Release
21
+
22
+ ``` bash
23
+ git tag -a < module> /v< sem version> -m " release: <module>@v<sem version>"
24
+ ```
25
+
26
+ For example:
10
27
11
28
``` bash
12
- nx run-many --targets=build
13
- npx lerna publish --no-private
29
+ git tag -a traceloop-sdk/v0.0.4 -m
" release: [email protected] "
14
30
```
You can’t perform that action at this time.
0 commit comments