We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc490d6 + 475e6f9 commit df6df66Copy full SHA for df6df66
.github/workflows/release.yml
@@ -34,10 +34,3 @@ jobs:
34
env:
35
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
36
37
- - name: Notify Slack
38
- uses: adamkdean/simple-slack-notify@1.0.4
39
- with:
40
- channel: '#ops'
41
- username: 'GitHub Actions'
42
- color: 'good'
43
- text: 'A new version of the orcid_client gem has been released.'
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- orcid_client (0.14.0)
+ orcid_client (0.15.0)
5
activesupport (>= 7, < 8)
6
bolognese (~> 2.3)
7
builder (~> 3.2, >= 3.2.2)
lib/orcid_client/version.rb
@@ -1,3 +1,3 @@
module OrcidClient
- VERSION = "0.14.0"
+ VERSION = "0.15.0"
end
0 commit comments