Skip to content

Commit

Permalink
doc(git-tag-check): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorgeval committed Jun 30, 2019
1 parent d85a4ab commit 62d3ef4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -279,6 +279,16 @@ When all validations pass, publish-please will show you the exact content of the
}
```

- if the git tag contains a prefix to the version like for example `foo-v0.0.42`, the only way for the git tag validation to work is to setup this prefix in the `.publishrc` file:

```json
{
"validations": {
"gitTag": "foo-v",
}
}
```

-------------------------------------------------------------
## Publish to the registry on sucessfull validation

Expand Down

0 comments on commit 62d3ef4

Please sign in to comment.