File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 ruby-version : .ruby-version
2222 bundler-cache : true
23- - name : Configure Git
24- run : |
25- git config --local user.email "[email protected] " 26- git config --local user.name "GitHub Action"
27- - name : Bump and Commit
28- run : |
29- git push --follow-tags
3023 - name : Buld and Push to rubygems.org
3124 run : |
25+ bundle install
26+ gem build flagsmith.gemspec
3227 rake release[remote]
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- flagsmith (3.1.0 )
4+ flagsmith (3.1.1 )
55 faraday
66 faraday-retry
77 faraday_middleware
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Flagsmith
4- VERSION = '3.1.0 '
4+ VERSION = '3.1.1 '
55end
You can’t perform that action at this time.
0 commit comments