raulcd commented on PR #48059:
URL: https://github.com/apache/arrow/pull/48059#issuecomment-3491446889

   Testing performed for the mentioned release on the description:
   
   ```bash
   $ gh release create raul-test-release-immutable --draft --verify-tag 
--prerelease --title "Release: Test Immutability" --notes "Release Notes: The 
release notes" --repo raulcd/arrow raul-arrow-21.0.0.tar.gz*
   https://github.com/raulcd/arrow/releases/tag/untagged-e8eb44af45364005a02d
   
   $ touch new_artifact.txt
   $ gh release upload --repo raulcd/arrow raul-test-release-immutable 
new_artifact.txt 
   HTTP 400: Bad Content-Length 
(https://uploads.github.com/repos/raulcd/arrow/releases/259920416/assets?label=&name=new_artifact.txt)
   $ echo "some content" > new_artifact.txt 
   $ gh release upload --repo raulcd/arrow raul-test-release-immutable 
new_artifact.txt 
   Successfully uploaded 1 asset to raul-test-release-immutable
   
   $ gh release edit raul-test-release-immutable --repo raulcd/arrow 
--draft=false
   https://github.com/raulcd/arrow/releases/tag/raul-test-release-immutable
   
   $ echo "some content" >  new_artifact_2.txt 
   $ gh release upload --repo raulcd/arrow raul-test-release-immutable 
new_artifact_2.txt 
   HTTP 422: Cannot upload assets to an immutable release. 
(https://uploads.github.com/repos/raulcd/arrow/releases/259920416/assets?label=&name=new_artifact_2.txt)
   
   $ gh release edit raul-test-release-immutable --repo raulcd/arrow --notes 
"New release notes v2 for immutable" --verify-tag
   https://github.com/raulcd/arrow/releases/tag/raul-test-release-immutable
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to