kou commented on PR #279:
URL: https://github.com/apache/arrow-site/pull/279#issuecomment-1334448860

   > @kou I am not sure how we use GitHub Actions here to only publish the docs 
after the release is voted on.
   
   apache/arrow-datafusion-python uses `X.Y.Z-rcN` tag for RC and uses `X.Y.Z` 
tag for approved release, right?
   Then how about using the following configuration to update the `asf-site` 
branch?
   
   ```yaml
   on:
     push:
       branches-ignore:
         - '**'
       tags-ignore:
         - '*-rc*'
   
   jobs:
     ...
   ```
   
   If you want, I can open a pull request to apache/arrow-datafusion-python. 
(@martin-g may be able to implement it too. :-)
   
   > Are you OK with us continuing with the manual process of creating PRs here 
for each release?
   
   Sure if you like this approach.
   


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