Skip to content

Commit

Permalink
Add docs for the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Feb 12, 2024
1 parent ea666b5 commit c97ee63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ All tokens can be accessed through the `ElementTheme` object, which contains the
## Adding new tokens

All new tokens **should** come from Compound and added to the `compound.generated` package. To map the literal tokens to the semantic ones, you'll have to update both `compoundColorsLight` and `compoundColorsDark` in `CompoundColors.kt`.

## Releasing

To release a new version of the module, you'll have to:

1. Update the version in `compound/build.gradle.kts`.
2. Create a `version-x.y.z` branch and create a PR.
3. When the PR is merged, a new tag will be created and the module will automatically be published to Maven Central.

0 comments on commit c97ee63

Please sign in to comment.