raulcd opened a new issue, #35908:
URL: https://github.com/apache/arrow/issues/35908

   ### Describe the enhancement requested
   
   As part of the creation of a release when the code freeze is implemented we 
usually execute jobs on the maintenance branch before creating a RC in order to 
validate the status of the possible RC.
   When creating patch releases, for example 12.0.1, we create the maintenance 
branch and some jobs fail to be executed, not because the job has a problem but 
because of the version used.
   For example:
   * Some packaging jobs like wheels would work if we use either 
`--arrow-version 12.0.1-rc0` or `--arrow-version 12.0.1`
   * Some packaging jobs like linux packages would work if we use 
`--arrow-version 12.0.1.dev001`
   * Some R jobs will take into account the version in 
`r/pkgdown/assets/versions.json` and will download the previous version if not 
modified.
   
   Those will run successfully if we create the Release Candidate but creating 
a RC takes time and we have to sign/upload sources, etcetera.
   
   It would be good if we could trigger those jobs on the maintenance branch.
   
   ### Component(s)
   
   Continuous Integration, Release


-- 
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