Skip to content

Commit

Permalink
create-gh-release-notes.sh: don't include h1 title in release notes (#…
Browse files Browse the repository at this point in the history
…8938)

...as there is already a title for the release.
  • Loading branch information
adutra authored Jun 26, 2024
1 parent e32eeb1 commit 54d20b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/releases/create-gh-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ Q_HELM_CHART_URL="https://github.com/projectnessie/nessie/releases/download/ness
Q_MC_URL="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:${RELEASE_VERSION}"

cat <<EOF > ${NOTES_FILE}
# Nessie ${RELEASE_VERSION} release
* ${NUM_COMMITS} commits since ${LAST_TAG#nessie-}
* Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:${RELEASE_VERSION}
* Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
Expand Down

0 comments on commit 54d20b0

Please sign in to comment.