Skip to content

Commit

Permalink
docs: add note about versioning/tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 26, 2021
1 parent 209e089 commit 5d071da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ Conventional Commit......................................................Passed
- duration: 0.05s
```

## Versioning

Versioning generally follows [Semantic Versioning](https://semver.org/).

In addition to the strict version tag, we also maintain a "latest" tag for each
major version, e.g. `v1` always points to the latest `v1.x.x` tag.

## License

[Apache 2.0](LICENSE)
Expand Down

0 comments on commit 5d071da

Please sign in to comment.