Skip to content

Commit

Permalink
docs: how we create extension releases (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
diivi committed May 17, 2023
1 parent 39f1680 commit 10b1c48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ We encourage you to contribute to OpenSauced! Please check out the [Contributing

We have a commit utility called [@open-sauced/conventional-commit](https://github.com/open-sauced/conventional-commit) that helps you write your commits in a way that is easy to understand and process by others.

## 🚀 Releases

We use our own [configuration for semantic-release](https://github.com/open-sauced/release). This allows us to automatically generate changelogs and releases for our projects based on the commit messages.

The `beta` branch is the default branch. We squash & merge PRs to the `beta` branch. We never commit directly to `main`.

A merge to `beta` will trigger a beta release. A merge to `main` will trigger a full release.

Make sure to checkout the beta branch for the latest changes, and follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification when writing commit messages.

## 🍕 Community

Got Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P).
Expand Down

0 comments on commit 10b1c48

Please sign in to comment.