Skip to content

Commit

Permalink
docs: fix fenced code block
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Oct 24, 2020
1 parent 4782b0c commit eb22529
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

The plugin is configured using the semantic-release `.releaserc.yml` inside your repository.

``` yaml
```yaml
# example semantic-release configuration
branch: master
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/github'
ci: false

gradle: # gradle semrel configuration
# gradle semrel configuration
gradle:
semantic_release:
version: 17
node:
Expand All @@ -25,4 +27,4 @@ gradle: # gradle semrel configuration
config:
registry: https://registry.npmjs.org/
env:
```
```

0 comments on commit eb22529

Please sign in to comment.