Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
labels: no-title-validation
author: '${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>'
body: >-
This PR is autogenerated and updates the version of every package in
the monorepo that was changed since last publish. If you need to
publish packages to update the version elsewhere, **you can do this
at your own convenience by just merging this PR**.
<p>This PR is autogenerated and updates the version of every package
in the monorepo that was changed since last publish. If you need to
publish packages to update the version elsewhere, <strong>you can do
this at your own convenience by just merging this PR</strong>.</p>

After PR is merged, it starts an automatic publish process via
GitHub Actions, you can follow the process [on this page](https://github.com/mongodb-js/compass/actions/workflows/publish-packages.yaml).
<p>After PR is merged, it starts an automatic publish process via
GitHub Actions, you can follow the process <a href="https://github.com/mongodb-js/compass/actions/workflows/publish-packages.yaml">
on the publish workflow page</a>.</p>
Loading