Skip to content

Commit

Permalink
fix: add release.config.js to configure main
Browse files Browse the repository at this point in the history
This config is necessary since `semantic-release` doesn't detect the main branch for some reason.

- Docs: [Configuration File](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration-file)
- Related to semantic-release/semantic-release#1581
  • Loading branch information
renawolford6 committed Apr 20, 2021
1 parent 8cc32d1 commit fa17951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"branches": ["main"]
}

0 comments on commit fa17951

Please sign in to comment.