Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Automate the build of this gem #1

Open
flbulgarelli opened this issue Jan 4, 2018 · 1 comment
Open

Automate the build of this gem #1

flbulgarelli opened this issue Jan 4, 2018 · 1 comment

Comments

@flbulgarelli
Copy link
Member

We should automatically run build - or at least, make build simpler - so that releasing mulang versions is straighforward. Something like this:

./bin/pull_mulang.sh && bundle exec rspec && \
git add lib/mulang/version.rb && \
git commit -m "Welcome $VERSION!" && \
git tag v$VERSION && \ 
gem build mulang.gemspec && \ 
gem push mulang-$VERSION.gem && \
git push origin HEAD --tags
@flbulgarelli
Copy link
Member Author

We should have a look at https://github.com/mumuki/mumuki-styles @fedescarpa

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant