Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 593 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 593 Bytes

Contributing to go-openllmetry

Thanks for taking the time to contribute! 😃 🚀

Please refer to our Contributing Guide for instructions on how to contribute.

Prerequisites

  • go version v1.21.0+

Development

Clone the repository:

git clone https://github.com/traceloop/go-openllmetry
cd go-openllmetry

Release

git tag -a <module>/v<sem version> -m "release: <module>@v<sem version>"

For example:

git tag -a traceloop-sdk/v0.0.4 -m "release: [email protected]"