Skip to content

Commit

Permalink
Update README with tagging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Aug 18, 2023
1 parent 037415e commit 5d506be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Protobuf definitions for Viam's public-facing API.
- Do not make further changes after this point.
- If stuck waiting for merge checks _after_ `protos-compiled` is added, try adding an unrelated label (ex: `enhancement`) to trigger it again.
- Do not make breaking changes to APIs if it can be avoided.
- Always use semantic version tags (not hashes) when importing this into other projects, such as RDK.
+ For example, use `go get go.viam.com/api@v0.1.180` NOT `go get go.viam.com/api@037415e`
+ Add a new (semantic version compatible) tag when needed for this.
+ Do NOT duplicate, move, or remove version tags.

## License

Expand Down

0 comments on commit 5d506be

Please sign in to comment.