Skip to content

Commit

Permalink
chore: add more logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saenyakorn committed Oct 28, 2024
1 parent a9a4aea commit 06af7b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@ export class ReleaseTracker {
core.info(`Releasing issues for ${release.appName}@${release.version}`)

const batches = R.chunk(release.issues, 20)
core.info(`Sending ${batches.length} batches of issues`)

for (const batch of batches) {
core.info(`Sending batch of ${batch.length} issues`)
core.info(`Issues: ${JSON.stringify(batch)}`)

await this.lcSdk.releaseIssues({
projectId: this.config.projectId,
apps: [
Expand Down

0 comments on commit 06af7b2

Please sign in to comment.