Skip to content

Commit

Permalink
docs: describe expected branch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jul 26, 2023
1 parent fab1175 commit 0bf7ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ make proto-gen

The canonical branches in this repo are based on CometBFT releases. For example: [`v0.34.x-celestia`](https://github.com/celestiaorg/celestia-core/tree/v0.34.x-celestia) is based on the CometBFT `v0.34.x` release branch and contains Celestia-specific changes.

Usually PRs should target the `main` branch. After the PR merges to main, a maintainer may cherry-pick it to an existing release branch (e.g. [`v0.34.x-celestia`](https://github.com/celestiaorg/celestia-core/tree/v0.34.x-celestia)) and cut a new release.

## Versioning

Releases are formatted: `v<CELESTIA_CORE_VERSION>-tm-v<TENDERMINT_CORE_VERSION>`
Expand Down

0 comments on commit 0bf7ed6

Please sign in to comment.