Skip to content

Commit

Permalink
fix(ci): fix semantic release git config
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Sep 19, 2021
1 parent 16efad6 commit 86069b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[
"@semantic-release/git",
{
"assets": [ "CHANGELOG.md", "package.json"
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"]
"assets": [ "CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/client_LodestoneClient.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone

#### Defined in

[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/2c337a3/src/client/LodestoneClient.ts#L53)
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/16efad6/src/client/LodestoneClient.ts#L53)

## Properties

Expand All @@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your

#### Defined in

[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/2c337a3/src/client/LodestoneClient.ts#L49)
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/16efad6/src/client/LodestoneClient.ts#L49)

0 comments on commit 86069b9

Please sign in to comment.