Skip to content

Commit

Permalink
Add versioning strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 15, 2024
1 parent 9a48eca commit f277781
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ problems. Please find the following packages:

Please visit the official [Nextmv docs][docs] for comprehensive information.

## Installation
## Versioning

Nextmv's SDK is meant to be used in Go projects. To download please run:
We try our best to version our software thoughtfully and only break APIs and
behaviors when we have a good reason to.

```bash
go get github.com/nextmv-io/sdk
```
- Minor (`v1.^.0`) tags: new features, might be breaking.
- Patch (`v1.0.^`) tags: bug fixes.

[run]: ./run
[measure]: ./measure
Expand Down

0 comments on commit f277781

Please sign in to comment.