Skip to content

Commit

Permalink
chore: Add automatic publication
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jun 29, 2018
1 parent 305450d commit 3004b9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ build:
- dip ssh add -T -v /ssh_keys -k /ssh_keys/id_rsa
- dip provision
- dip rspec

release:
image: abakpress/gem-publication:edge
pull: true
when:
event: push
volumes:
- /home/data/drone/rubygems:/root/.gem/credentials
commands:
- release-gem --public
2 changes: 1 addition & 1 deletion lib/string_tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StringTools
VERSION = '0.12.1'.freeze
VERSION = '0.12.2'.freeze
end

0 comments on commit 3004b9a

Please sign in to comment.