You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using in context of mono-repo for terraform modules.
When introducing a new module, the commit/PR size is too large and causes the below error to occur.
There is no previous release, the next release version is 1.0.0
[8:55:09 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:55:10 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:55:10 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/npm"
[8:55:10 PM] [semantic-release] [@semantic-release/npm] › ℹ Write version 1.0.0 to package.json in /runner/_work/cloud-terraform-modules/cloud-terraform-modules/aws/lz-account
v1.0.0
[8:55:10 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] › ✔ Created tag lz-account/1.0.0
[8:55:11 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] [@semantic-release/npm] › ℹ Skip publishing to npm registry as package.json's private property is true
[8:55:11 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/github"
[8:55:11 PM] [semantic-release] › ✘ Failed step "publish" of plugin "@semantic-release/github"
[8:55:11 PM] [semantic-release] › ✘ An error occurred while running semantic-release: RequestError [HttpError]: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} - https://docs.github.com/[email protected]/rest/releases/releases#create-a-release
The text was updated successfully, but these errors were encountered:
Using in context of mono-repo for terraform modules.
When introducing a new module, the commit/PR size is too large and causes the below error to occur.
There is no previous release, the next release version is 1.0.0
[8:55:09 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:55:10 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:55:10 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/npm"
[8:55:10 PM] [semantic-release] [@semantic-release/npm] › ℹ Write version 1.0.0 to package.json in /runner/_work/cloud-terraform-modules/cloud-terraform-modules/aws/lz-account
v1.0.0
[8:55:10 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] › ✔ Created tag lz-account/1.0.0
[8:55:11 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] [@semantic-release/npm] › ℹ Skip publishing to npm registry as package.json's private property is true
[8:55:11 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/npm"
[8:55:11 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/github"
[8:55:11 PM] [semantic-release] › ✘ Failed step "publish" of plugin "@semantic-release/github"
[8:55:11 PM] [semantic-release] › ✘ An error occurred while running semantic-release: RequestError [HttpError]: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} - https://docs.github.com/[email protected]/rest/releases/releases#create-a-release
The text was updated successfully, but these errors were encountered: