Create a simple shell script to automate tagging an EGit release
commit8069ee93a99d86fd9f85e9a75b5a2a81a54547a0
authorShawn O. Pearce <spearce@spearce.org>
Mon, 8 Dec 2008 17:12:03 +0000 (8 09:12 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 8 Dec 2008 17:27:07 +0000 (8 09:27 -0800)
treeb780705838607992336cbf053e3b839e3707dafa
parentbb4dd1f1fa3acc9daae212716e630a0c8ca218a0
Create a simple shell script to automate tagging an EGit release

It is necessary to update the Eclipse MANIFEST.MF files with our
current version number when we cut a new release of the project.
This script automates that edit.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tag_egit.sh [new file with mode: 0755]