Skip to content

Conversation

kaisecheng
Copy link
Contributor

@kaisecheng kaisecheng commented May 1, 2025

This commit preserves asciidoc release note generator togenerate_release_notes.rb for v7 backward compatibility.
Markdown generator moves to generate_release_notes_md.rb.

Prior to this change, in case v7 needs a release, the workflow runs generate_release_notes_asciidoc.rb in main and the script checkouts 7.17 branch. However, v7 does not have the new generate_release_notes_asciidoc.rb. So, it is better to keep the asciidoc generation to generate_release_notes.rb

Follow-up of #17613
Fixes: #16853

This commit preserves asciidoc release note generator to
`generate_release_notes.rb` for v7 backward compatibility.
Markdown generator moves to `generate_release_notes_md.rb`.
The workflow default value is updated.

Fixes: #16853
@mergify
Copy link
Contributor

mergify bot commented May 1, 2025

This pull request does not have a backport label. Could you fix it @kaisecheng? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

@kaisecheng kaisecheng added the backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches label May 1, 2025
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

Copy link
Member

@robbavey robbavey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kaisecheng kaisecheng merged commit 814c6cd into main May 1, 2025
9 checks passed
@kaisecheng kaisecheng deleted the tool_support_ascii_releasenote branch May 1, 2025 13:46
@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2025

@Mergifyio backport 9.0

@mergify
Copy link
Contributor

mergify bot commented May 1, 2025

backport 9.0

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request May 1, 2025
This commit preserves asciidoc release note generator to
`generate_release_notes.rb` for v7 backward compatibility.
Markdown generator moves to `generate_release_notes_md.rb`.
The workflow default value is updated.

Fixes: #16853
Follow-up of #17613

(cherry picked from commit 814c6cd)

# Conflicts:
#	.github/workflows/gen_release_notes.yml
#	tools/release/generate_release_notes.rb
#	tools/release/generate_release_notes_md.rb
kaisecheng added a commit that referenced this pull request May 1, 2025
… notes (#17622)

This commit preserves asciidoc release note generator to
`generate_release_notes.rb` for v7 backward compatibility.
Markdown generator moves to `generate_release_notes_md.rb`.
The workflow default value is updated.

Fixes: #16853
Follow-up of #17613

(cherry picked from commit 814c6cd)
---------

Co-authored-by: kaisecheng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc: Update release notes scripts to generate content in MD instead of ASCIIDOC

3 participants