Skip to content

Commit

Permalink
docs: document branches options
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe authored Jun 1, 2023
1 parent f3dc4a4 commit 8295cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
gh_token: ${{ github.token }}
### The directory in which the release should be performed (Default: .)
directory: .
### Custom branches configuration (see https://semantic-release.gitbook.io/semantic-release/usage/configuration#branches)
### (Default: false) - false uses configuration from release.config.js
branches: main, next
### Wether to publish preview releases for pull requests (Default: true)
pre_release: true
### Wether to apply common configuration for semantic release (Default: true)
Expand Down

0 comments on commit 8295cc1

Please sign in to comment.