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
styfle committed Apr 20, 2021
1 parent 6a85c30 commit 55950b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.config.js
@@ -0,0 +1,3 @@
module.exports = {
"branches": ["main"]
}

1 comment on commit 55950b5

@modnxs88
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.