You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/07 21:28:55 UTC

[GitHub] [arrow] kou commented on pull request #12355: ARROW-15601: [Docs][Release] Update post release script to move stable docs + keep dev docs

kou commented on pull request #12355:
URL: https://github.com/apache/arrow/pull/12355#issuecomment-1031944082


   How about checking the minor and patch version in the first argument?
   
   ```shell
   case "${version}" in
     *.0.0)
       is_major_release=yes
       ;;
     *)
       is_major_release=no
       ;;
   esac
   ```
   
   If we need to change the number of arguments depending on context, a human error will occur.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org