You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/02/26 23:59:39 UTC

[GitHub] [avro] zcsizmadia edited a comment on pull request #1570: AVRO-3423: Add build.sh step to encapsulate all the steps needed during release

zcsizmadia edited a comment on pull request #1570:
URL: https://github.com/apache/avro/pull/1570#issuecomment-1052813675


   I still like the a new `release` step.This is another alternative to combine `dist` and `release`:
   
   ```
     dist|release)
        # dist steps
         ...
         if [ "$target" == "release" ]
         then
           # Push packages
           ...
         fi
   ```


-- 
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: issues-unsubscribe@avro.apache.org

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