File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 5
5
permissions :
6
6
contents : none # We use the github app to checkout and create PR
7
7
8
+ env :
9
+ PUPPETEER_SKIP_DOWNLOAD : " true"
10
+
11
+ description : |
12
+ This workflow increases the versions of the auxiliary (i.e. non-mongosh) packages and creates a PR
13
+ as a first step for a release. Use this workflow when you don't want to do a full mongosh release,
14
+ but do need to pick up unreleased changes in one of the @mongosh/* packages.
15
+
8
16
jobs :
9
17
update_generated_files :
10
18
name : Bump packages
41
49
- name : Bump packages
42
50
run : |
43
51
npm run bump-auxiliary
44
- git add .
45
- git commit --no-allow-empty -m "chore(release): bump packages for auxiliary release" || true
46
52
47
53
- name : Create Pull Request
48
54
uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- main
11
+ env :
12
+ PUPPETEER_SKIP_DOWNLOAD : " true"
11
13
12
14
permissions :
13
15
contents : none # We use the github app to checkout and push tags
14
16
17
+ description : |
18
+ This is a workflow that publishes any unpublished auxiliary packages to NPM. It is triggered
19
+ when we merge the PR created by the bump-auxiliary-packages workflow.
20
+
15
21
jobs :
16
22
publish :
17
23
if : |
You can’t perform that action at this time.
0 commit comments