Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Allow to choose the tag when update twgit #36

Open geoffroy-aubry opened 12 years ago

geoffroy-aubry commented 12 years ago

And not just yes/no for the last tag...

geoffroy-aubry commented 12 years ago

content="$(cat CHANGELOG.md)"; tag='1.5.0'; content="## Version $(echo "${content### Version }")"; content="$(echo "${content%## Version $tag}")"; echo -e "$content\n" | sed -r ':a;N;$!ba;s/\n\n( -|```)/\n\1/g'