All of the webhooks the website uses for updates
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

11 行
230 B

  1. #! /bin/bash
  2. echo "Updating $1 to a new release"
  3. cd $1
  4. git fetch --tags
  5. latest=$(git describe --tags `git rev-list --tags --max-count=1`)
  6. git checkout ${latest}
  7. python $WEBHOOK_SCRIPT_DIR/changelog.py $1 $CHANGELOG_DIR/$1.json