We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef753b4 commit 3de4d65Copy full SHA for 3de4d65
.github/workflows/release.yml
@@ -128,7 +128,7 @@ jobs:
128
gh release create r${RELEASE_VERSION} \
129
${PRERELEASE} \
130
--target ${{ env.RELEASE_BRANCH }} \
131
- --title "Java Driver ${{ env.RELEASE_VERSION }} ($(date '+%B %d, %Y'))" \
+ --title "MongoDB Extension for Hibernate ORM ${{ env.RELEASE_VERSION }} ($(date '+%B %d, %Y'))" \
132
--generate-notes \
133
--draft\
134
)" >> "$GITHUB_ENV"
0 commit comments