File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 55permissions :
66 contents : none # We use the github app to checkout and create PR
77
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+
816jobs :
917 update_generated_files :
1018 name : Bump packages
4149 - name : Bump packages
4250 run : |
4351 npm run bump-auxiliary
44- git add .
45- git commit --no-allow-empty -m "chore(release): bump packages for auxiliary release" || true
4652
4753 - name : Create Pull Request
4854 uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
You can’t perform that action at this time.
0 commit comments