mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
feat: output list of paths released during manifest release (#362)
This commit is contained in:
@@ -366,7 +366,8 @@ describe('release-please-action', () => {
|
||||
'path/pkgA--release_created': true,
|
||||
tag_name: 'v1.0.0',
|
||||
upload_url: 'http://example.com',
|
||||
pr: 25
|
||||
pr: 25,
|
||||
paths_released: '["path/pkgA","."]'
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user