typeintandem / tandem

Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Apache License 2.0
696 stars 20 forks source link

[Release] Added vim release scripts #101

Closed rageandqq closed 6 years ago

rageandqq commented 6 years ago

Added release scripts for vim. Follows the same format that the vim releases do.

I moved common release script code to a common repository, and created symlinks where appropriate (e.g. the common and tandem_<plugin>_release.sh scripts are the exact same for both the vim and sublime plugins) in both the vim and sublime directories.

Also added a README explaining usage and how the scripts work (high level).

https://github.com/geoffxy/tandem/issues/62

rageandqq commented 6 years ago

Additionally verified that there are no regressions and that we can still create releases of the sublime repository.

rageandqq commented 6 years ago

Sure, I can do that, though my main goal was to keep it simple and reduce command line arguments :P

rageandqq commented 6 years ago

Added the changes from https://github.com/geoffxy/tandem/pull/103 here as well.