File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ labels :
4
+ - ignore-for-release
5
+ authors :
6
+ - octocat
7
+ categories :
8
+ - title : Breaking Changes
9
+ labels :
10
+ - breaking
11
+ - title : Features
12
+ labels :
13
+ - feature
14
+ - title : Fixes
15
+ labels :
16
+ - fix
17
+ - title : Other Changes
18
+ labels :
19
+ - ' *'
Original file line number Diff line number Diff line change
1
+ on :
2
+ pull_request_target :
3
+ types : [opened, edited]
4
+
5
+ name : conventional-release-labels
6
+ jobs :
7
+ label :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : bcoe/conventional-release-labels@886f696738527c7be444262c327c89436dfb95a8 # 1.3.1
Original file line number Diff line number Diff line change 31
31
uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
32
32
with :
33
33
branch : release/${{ steps.version.outputs.new-version }}
34
- title : Prepare for ${{ steps.version.outputs.new-version }}
34
+ title : ' chore: bump version to ${{ steps.version.outputs.new-version }}'
35
35
draft : false
36
36
body : An automated PR for next release.
37
- commit-message : Prepare for ${{ steps.version.outputs.new-version }}
37
+ commit-message : Bump package.json version to ${{ steps.version.outputs.new-version }}
38
+ labels : ignore-for-release
Original file line number Diff line number Diff line change 7
7
publish :
8
8
name : Publish Release
9
9
runs-on : ubuntu-latest
10
- environment : Production
10
+ environment :
11
+ name : Production
12
+ url : https://www.npmjs.com/package/@mongodb-js/oidc-plugin/v/${{ steps.get-version.outputs.package_version }}
11
13
steps :
12
14
- uses : actions/checkout@v4
13
15
You can’t perform that action at this time.
0 commit comments