Skip to content

Commit cb41706

Browse files
committed
chore(bump-packages): prettier newlines
1 parent 6efc335 commit cb41706

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v4
3030
with:
3131
node-version: 20.16.0
32-
cache: "npm"
32+
cache: 'npm'
3333

3434
- name: Install [email protected]
3535
run: |
@@ -42,17 +42,23 @@ jobs:
4242
4343
- name: Bump packages
4444
env:
45-
SKIP_BUMP_PACKAGES: "mongodb-compass"
45+
SKIP_BUMP_PACKAGES: 'mongodb-compass'
4646
run: npm run bump-packages
4747

4848
- name: Create Pull Request
4949
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
5050
with:
5151
token: ${{ steps.app-token.outputs.token }}
52-
commit-message: "chore(release): bump package versions"
52+
commit-message: 'chore(release): bump package versions'
5353
branch: ci/bump-packages
54-
title: "chore(release): bump package versions"
54+
title: 'chore(release): bump package versions'
5555
labels: no-title-validation
56-
author: "${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
57-
body: |
58-
- Bump package versions
56+
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
57+
body: >-
58+
This PR is autogenerated and updates the version of every package in
59+
the monorepo that was changed since last publish. If you need to
60+
publish packages to update the version elsewhere, **you can do this
61+
at your own convenience by just merging this PR**.
62+
63+
After PR is merged, it starts an automatic publish process via
64+
GitHub Actions, you can follow the process [on this page](https://github.com/mongodb-js/compass/actions/workflows/publish-packages.yaml).

0 commit comments

Comments
 (0)