Skip to content

Commit

Permalink
docs(configuration): fix CLI usage with --branches option (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Feb 17, 2020
1 parent 5f89e6b commit ec516a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration.md
Expand Up @@ -38,7 +38,7 @@ The following three examples are the same.

- Via CLI argument:
```bash
$ semantic-release --branch next
$ semantic-release --branches next
```

**Note**: CLI arguments take precedence over options configured in the configuration file.
Expand Down

1 comment on commit ec516a3

@JacopKane
Copy link

Choose a reason for hiding this comment

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

@Duchynko this is the change about parameter apparently, and that's also why PRs doesn't trigger a release anymore

Please sign in to comment.