Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Releases #5550

Closed
sebastianbergmann opened this issue Oct 27, 2023 · 0 comments
Closed

GitHub Releases #5550

sebastianbergmann opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
event/code-sprint/2024-03 PHPUnit Code Sprint: March 2024 type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.) type/enhancement A new idea that should be implemented

Comments

@sebastianbergmann
Copy link
Owner

Over time, some users have requested that this project uses GitHub Releases in addition to "just tags". Most recently in #5548, for instance.

The only way to document changes that works for me is maintain a ChangeLog file that is under version control. PHPUnit's ChangeLog file follows the Keep a Changelog standard format.

I am not opposed to duplicate the information from PHPUnit's ChangeLog file to a GitHub Release. I am opposed to manually do that.

I am sure that this process can be automated. When a tag is pushed, parse the relevant information for the version identified by that tag from that tag's ChangeLog file and create a GitHub Release with that information.

Unfortunately, I do not have the time to research and implement this automation.

I am hopeful that @localheinz will be able to implement this automation.

@sebastianbergmann sebastianbergmann added type/enhancement A new idea that should be implemented type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.) labels Oct 27, 2023
sebastianbergmann added a commit that referenced this issue Mar 9, 2024
…#5550

Co-authored-by: Sebastian Bergmann <sb@sebastian-bergmann.de>
Co-authored-by: Arne Blankerts <Arne@Blankerts.de>
Co-authored-by: Andreas Möller <am@localheinz.com>
Co-authored-by: Sebastian Heuer <sebastian@phpeople.de>
Co-authored-by: Fabian Blechschmidt <blechschmidt@fabian-blechschmidt.de>
Co-authored-by: Frank Sons <frank.sons@code-quality.de>
@sebastianbergmann sebastianbergmann added the event/code-sprint/2024-03 PHPUnit Code Sprint: March 2024 label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event/code-sprint/2024-03 PHPUnit Code Sprint: March 2024 type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.) type/enhancement A new idea that should be implemented
Projects
None yet
Development

No branches or pull requests

2 participants