Files
i2p.plugins.firefox/push.sh

6 lines
124 B
Bash
Raw Normal View History

#! /usr/bin/env sh
nightly_hash=nightly-$(git log -1 --format=%H)
git tag -s "$nightly_hash"
git push --all
git push --tags