1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 11:31:33 +02:00

fix(release-please): upgrade release-please dep (#422)

Upgrade release-please dep, address issue with manifest configuration
maintaining state between tagging releases and creating release PRs.
This commit is contained in:
Benjamin E. Coe
2022-01-22 18:32:50 +00:00
committed by GitHub
parent 508179af9c
commit ad9cdb78a6
4 changed files with 887 additions and 1261 deletions

View File

@@ -139,9 +139,9 @@ describe('release-please-action', () => {
})
await action.main()
sinon.assert.calledOnce(createManifestCommand)
sinon.assert.calledTwice(createManifestCommand)
sinon.assert.calledOnce(createPullRequestsFake)
sinon.assert.calledWith(createReleasesFake)
sinon.assert.calledOnce(createReleasesFake)
assert.deepStrictEqual(output, {
release_created: true,
upload_url: 'http://example.com',