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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user