Skip to content

Commit 13c3b26

Browse files
renovate[bot]renovate-botgr2m
authored
chore(deps): update dependency nock to v13 (#302)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Gregor Martynus <[email protected]>
1 parent 74bebc0 commit 13c3b26

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ava": "3.13.0",
3838
"clear-module": "4.1.1",
3939
"codecov": "3.8.1",
40-
"nock": "12.0.3",
40+
"nock": "13.0.5",
4141
"nyc": "15.1.0",
4242
"proxy": "1.0.2",
4343
"proxyquire": "2.1.3",

test/integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ test.serial('Publish a release with release information in assets', async (t) =>
206206
.reply(200, {permissions: {push: true}})
207207
.post(`/repos/${owner}/${repo}/releases`, {
208208
tag_name: nextRelease.gitTag,
209-
target_commitish: options.branch,
210209
name: nextRelease.gitTag,
211210
body: nextRelease.notes,
212211
draft: true,
212+
prerelease: true,
213213
})
214214
.reply(200, {upload_url: uploadUrl, html_url: releaseUrl, id: releaseId})
215215
.patch(`/repos/${owner}/${repo}/releases/${releaseId}`, {

0 commit comments

Comments
 (0)