Skip to content

Commit

Permalink
fix(ci): fix package-lock and ensure commit created by workflow doesn…
Browse files Browse the repository at this point in the history
…'t trigger a recurring build
  • Loading branch information
ReidWeb committed Sep 19, 2021
1 parent 2c337a3 commit 16efad6
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
source_branch: 'release/${{ steps.package-version.outputs.current-version }}'
destination_branch: main
pr_title: 'chore(release): ${{ steps.package-version.outputs.current-version }}'
pr_body: 'Auto-compile changelog, increment package, then auto-merge changes made for v${{ steps.package-version.outputs.current-version }} into main'
pr_body: 'Auto-compile changelog, increment package, then auto-merge changes made for v${{ steps.package-version.outputs.current-version }} into main. [skip ci]'
pr_label: 'pr/auto-approve'
github_token: ${{ secrets.GH_PUSH_TOKEN }}
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
[
"@semantic-release/git",
{
"assets": [ "CHANGELOG.md", "package.json" ]
"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/56396f5/src/client/LodestoneClient.ts#L53)
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/2c337a3/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/56396f5/src/client/LodestoneClient.ts#L49)
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/2c337a3/src/client/LodestoneClient.ts#L49)
44 changes: 44 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16efad6

Please sign in to comment.