Skip to content

Commit

Permalink
document: update readme and add document
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli committed Oct 20, 2022
1 parent 239f2a1 commit 53f8b88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ You can also pin to a [specific release](https://github.com/MeilCli/danger-actio
- optional
- version information with gem styled
- default: `>= 6.0.0`
- `danger_version_file`
- optional
- danger version file
- default: `.tool-versions`
- `danger_version_file_format`
- optional
- danger version file format. [more detail](./docs/danger-version-file.md)
- default: `asdf`
- `plugins_file`
- optional
- gemfile path for danger plugin. if set plugins_file, action do not exec `gem install danger`
Expand Down
9 changes: 9 additions & 0 deletions docs/danger-version-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# danger version file style
Currently, support only asfd style

## asfd
`.tool-versions`:

```
danger 9.0.0
```

0 comments on commit 53f8b88

Please sign in to comment.