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

Auto generate release notes #529

Merged
merged 2 commits into from
May 26, 2022
Merged

Auto generate release notes #529

merged 2 commits into from
May 26, 2022

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented May 26, 2022

This PR adds a release.yml file to the repo that automatically will generate release notes based on the keep a changelog standard we maintain at Laravel.

These new labels will need to be added to the repo for this to work (I'll add them once this PR gets merged):

  • deprecated
  • removed
  • security

And all PR's will need to be labeled in the future in order to make this work properly. PR's that weren't labeled or weren't in a label that matches the given categories will be moved under "Changed".

In general, this will save much more time when generating release notes. Let's try this out as a test case on Octane before rolling it out on other repos.

@taylorotwell taylorotwell merged commit 4aa383f into 1.x May 26, 2022
@taylorotwell taylorotwell deleted the driesvints-patch-1 branch May 26, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants