We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ca6cf commit b5b7988Copy full SHA for b5b7988
.github/workflows/create_release.yml
@@ -21,11 +21,6 @@ jobs:
21
- uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
- - name: Set up Ruby
25
- uses: ruby/setup-ruby@v1
26
- with:
27
- bundler-cache: true
28
- ruby-version: ruby
29
30
- name: Bump version.rb
31
run: |
@@ -73,6 +68,8 @@ jobs:
73
68
uses: peter-evans/create-pull-request@v6
74
69
75
70
token: ${{ secrets.GITHUB_TOKEN }}
71
+ add-paths: |
72
+ lib/rspec/openapi/version.rb
76
branch: ${{ env.RELEASE_BRANCH }}
77
title: Release v${{ env.VERSION_NO_V }}
78
commit-message: Bump version to ${{ env.VERSION_NO_V }}
.gitignore
@@ -7,6 +7,7 @@
7
/spec/reports/
8
/tmp/
9
/Gemfile.lock
10
+/vendor/
11
.DS_Store
12
13
# rspec failure tracking
0 commit comments