1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 03:30:45 +00:00
notes/script/build

9 lines
157 B
Plaintext
Raw Normal View History

2017-04-08 22:53:58 +00: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'