diff options
| author | Yuval Adam <_@yuv.al> | 2017-03-27 15:51:31 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-03-27 15:51:31 +0300 |
| commit | 74512cb0bdbf693e2324a7287575a49ad24ace85 (patch) | |
| tree | 97422a3f94413735619d17cad36228d0ce87c077 /Makefile | |
| parent | 93dfeeb175ed59c7916617c006aadf699f117673 (diff) | |
Add version bump command
e.g. make bump from=0.9.1 to=0.9.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ FILENAME=free-haaretz +bump: + sed -i 's/$(from)/$(to)/g' * + package: zip -r $(FILENAME).zip * cp $(FILENAME).zip $(FILENAME)-unsigned.xpi |
