mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
versioning: update version update script to include push, commit message
This commit is contained in:
parent
a2ea925d17
commit
24f92054d9
@ -4,5 +4,6 @@ BASE=2.2
|
|||||||
NOW=$(date +%Y%m%d)
|
NOW=$(date +%Y%m%d)
|
||||||
sed -i='' -E "s/(__version__ = ').*$/\1$BASE.$NOW'/" ./pywb/version.py
|
sed -i='' -E "s/(__version__ = ').*$/\1$BASE.$NOW'/" ./pywb/version.py
|
||||||
git tag v-$BASE.$NOW
|
git tag v-$BASE.$NOW
|
||||||
git commit ./pywb/version.py
|
git commit -m "version: update to $BASE.$NOW" ./pywb/version.py
|
||||||
|
git push
|
||||||
git push origin v-$BASE.$NOW
|
git push origin v-$BASE.$NOW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user