# Construire une version Chapril de privatebin ``` git fetch --all export VERSION=1.6.0 git rebase ${VERSION?} # [... Résoudre les conflits] git tag ${VERSION?}-chapril git push --tags origin # Pousser le tag côté forge April git archive -o /tmp/chapril-paste-${VERSION?}.tar.gz --prefix=chapril-paste-${VERSION?}/ ${VERSION?}-chapril ```