All of the webhooks the website uses for updates
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

11 líneas
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