Skip to content

Commit 57a3fc4

Browse files
authored
Release candidate for 9.0.8 (#6040)
* Bump version to 9.0.8 * reference the v3 tag for release actions
1 parent e98d956 commit 57a3fc4

File tree

4 files changed

+6
-50
lines changed

4 files changed

+6
-50
lines changed

.github/workflows/cleanup.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
pull-requests: read
3434
contents: write
3535

36-
# required by the mongodb-labs/drivers-github-tools/setup@v2 step
36+
# required by the mongodb-labs/drivers-github-tools/setup@v3 step
3737
# also required by `rubygems/release-gem`
3838
id-token: write
3939

@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: "Run the check action"
4949
id: check
50-
uses: jamis/drivers-github-tools/ruby/pr-check@ruby-3643-update-release-process
50+
uses: mongodb-labs/drivers-github-tools/ruby/pr-check@v3
5151

5252
build:
5353
name: "Build Gems"
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: "Run the build action"
59-
uses: jamis/drivers-github-tools/ruby/build@ruby-3643-update-release-process
59+
uses: mongodb-labs/drivers-github-tools/ruby/build@v3
6060
with:
6161
app_id: ${{ vars.APP_ID }}
6262
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: 'ubuntu-latest'
7373
steps:
7474
- name: "Run the publish action"
75-
uses: jamis/drivers-github-tools/ruby/publish@ruby-3643-update-release-process
75+
uses: mongodb-labs/drivers-github-tools/ruby/publish@v3
7676
with:
7777
app_id: ${{ vars.APP_ID }}
7878
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

lib/mongoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Mongoid
55
#
66
# Note that this file is automatically updated via `rake candidate:create`.
77
# Manual changes to this file will be overwritten by that rake task.
8-
VERSION = '9.0.7'
8+
VERSION = '9.0.8'
99
end

product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: a Ruby ODM for MongoDB
44
package: mongoid
55
jira: https://jira.mongodb.org/projects/MONGOID
66
version:
7-
number: 9.0.7
7+
number: 9.0.8
88
file: lib/mongoid/version.rb

0 commit comments

Comments
 (0)