Skip to content

Commit

Permalink
docs: add documentation about distribution channels
Browse files Browse the repository at this point in the history
  • Loading branch information
martimalek committed Jun 6, 2024
1 parent 968a36e commit 21a313a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ Speak out loud for us to understand your pains is valuable, challenge current ap

Feel like doing a bit more? You can check what is up for grabs in our public backlog and create a PR for it

## Distribution channels

We use [semantic release](https://semantic-release.gitbook.io/semantic-release) to automate our versioning and release process. Currently we have 3 distribution channels:

- `latest` tag (follows the [main](https://github.com/freenowtech/wave/tree/main) branch): It is used for releases on the current major (v2)
- `next` tag (follows the [next](https://github.com/freenowtech/wave/tree/next) branch): It is used for prereleases on the next major (v3)
- `release-1.34.x` tag (follows the [1.34.x](https://github.com/freenowtech/wave/tree/1.34.x) branch): It is used to provide maintenance on our previous major version (v1)

## Tools we use

1. We use [styled-components](https://www.styled-components.com/) to style our components.
Expand Down

0 comments on commit 21a313a

Please sign in to comment.