Skip to content

Conversation

@iamdharmesh
Copy link
Collaborator

Description of the Change

This PR removes the body parameter from the softprops/action-gh-release@v2 GitHub Action in the Deploy to WordPress.org workflow to prevent overwriting the release content with the body text provided in the GitHub Action workflow file.

Closes #124

How to test the Change

This fix can be tested when a new release happens. I have confirmed that it works by testing it on a forked repository.

Changelog Entry

Dev - Prevent overwriting the release content with the body text provided in the GitHub Action workflow file.

Credits

Props @dkotter @iamdharmesh

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@iamdharmesh iamdharmesh self-assigned this Mar 20, 2025
@iamdharmesh iamdharmesh added this to the 1.7.0 milestone Mar 20, 2025
@github-actions github-actions bot added the needs:code-review This requires code review. label Mar 20, 2025
@iamdharmesh iamdharmesh requested a review from dkotter March 20, 2025 14:14
@dkotter dkotter merged commit ef41f56 into develop Mar 20, 2025
8 of 9 checks passed
@vikrampm1 vikrampm1 mentioned this pull request Apr 7, 2025
29 tasks
@dkotter dkotter deleted the fix/124 branch May 8, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:code-review This requires code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When attaching the release asset, we overwrite the changelog in the release

3 participants