Skip to content

Commit 845744b

Browse files
committed
update release notes
1 parent 3642ac8 commit 845744b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ git push --set-upstream origin "merge_main_into_develop_after_release_${MVN_VERS
241241

242242
echo "Creating pull request to merge the merge-branch into develop"
243243
gh pr create -B develop --title "sync develop branch after release ${MVN_VERSION_RELEASE}" --body "Merge using merge commit rather than rebase"
244-
echo "It's ok to merge this PR later, so wait for the Jenkins tests to finish."
244+
echo "It's ok to merge this PR later, so wait for the CI tests to finish."
245245
read -n 1 -srp "Press any key to continue (ctrl+c to cancel)"; printf "\n\n";
246246

247247
mvn clean -Dmaven.clean.failOnError=false
@@ -277,7 +277,7 @@ cp -f "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" "site/static/javadoc/late
277277
git add --all
278278
git commit -s -a -m "javadocs for ${MVN_VERSION_RELEASE}"
279279
git push --set-upstream origin "${RELEASE_NOTES_BRANCH}"
280-
gh pr create -B main --title "${RELEASE_NOTES_BRANCH}" --body "Javadocs, release-notes and news item for ${MVN_VERSION_RELEASE}"
280+
gh pr create -B main --title "${RELEASE_NOTES_BRANCH}" --body "Javadocs, release-notes and news item for ${MVN_VERSION_RELEASE}.\n\n - [ ] check that [Jenkins](https://ci.eclipse.org/rdf4j/) finished publishing the release\n - [ ] remember to also [add the release here on GitHub](https://github.com/eclipse-rdf4j/rdf4j/releases/new?tag=${MVN_VERSION_RELEASE}&title=RDF4JRDF4J%20${MVN_VERSION_RELEASE}) (include announcement)"
281281

282282
echo "Javadocs are in git branch ${RELEASE_NOTES_BRANCH}"
283283

site/content/release-notes/5.0.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ RDF4J 5.0.1 is a patch release that fixes 8 issues.
66

77
For a complete overview, see [all issues fixed in 5.0.1](https://github.com/eclipse/rdf4j/milestone/108?closed=1).
88

9+
### Security
10+
11+
The following dependencies and/or transitive dependencies have been updated to address security vulnerabilities:
12+
- Upgraded spring to 5.3.37
13+
- Upgraded snappy-java to 1.1.10.5
14+
- Upgraded netty to 4.1.111
15+
916
### Acknowledgements
1017

1118
This release was made possible by contributions from Florian Kleedorfer, Håvard M. Ottestad, Matthew Nguyen, Bart Hanssens,

0 commit comments

Comments
 (0)