Skip to content

Commit

Permalink
style(readme): remove comments from template context
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 14, 2021
1 parent 3749490 commit 1cf1ac7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ For a [conventional commit](#conventional_commits) like this,

following context is generated to use for templating:

<!-- json cannot have comments but whatever -->
```json
// represents a release
{
"version": "v0.1.0-rc.21",
"commits": [
Expand Down Expand Up @@ -285,9 +283,7 @@ following context is generated to use for templating:
If [conventional_commits](#conventional_commits) is set to `false`, then some of the fields are omitted from the context or squashed into the `message` field:

<!-- json cannot have comments but whatever -->
```json
// represents a release
{
"version": "v0.1.0-rc.21",
"commits": [
Expand Down

0 comments on commit 1cf1ac7

Please sign in to comment.