Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Last active January 22, 2016 11:00
Show Gist options
  • Save nicosomb/854937198e5460929cf5 to your computer and use it in GitHub Desktop.
Save nicosomb/854937198e5460929cf5 to your computer and use it in GitHub Desktop.
Commandes pour créer une release de wallabag
  • Commandes à jouer
git checkout v2 
git pull origin v2 
git checkout -b release-2.0.0-alpha.2 
composer up --no-dev
git add --force composer.lock
git add README.md
git commit -m "Release wallabag 2.0.0-alpha.2"
git push origin release-2.0.0-alpha.2 
  • Création de la release sur GitHub
  • Suppression de la branche créée
  • Mise à jour de http://wllbg.org/admin/
  • Publication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment