notes/script/build

9 lines
157 B
Plaintext
Raw Normal View History

2017-04-08 18:53:58 -04:00
#!/bin/sh
echo "Packaging gem... \n"
gem build just-the-docs.gemspec
echo "Cleaning up... \n"
git add *.gem
git commit -m 'Bump just-the-docs gem package'