Skip to content

Commit aba060b

Browse files
Release 3.1.1 (#24)
* Bump version * Update workflow * Bump gemfile version
1 parent 15e4d06 commit aba060b

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ jobs:
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]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
flagsmith (3.1.0)
4+
flagsmith (3.1.1)
55
faraday
66
faraday-retry
77
faraday_middleware

lib/flagsmith/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Flagsmith
4-
VERSION = '3.1.0'
4+
VERSION = '3.1.1'
55
end

0 commit comments

Comments
 (0)