2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : 20.16.0
32- cache : " npm"
32+ cache : ' npm'
3333
34343535 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