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

Write Script to Aggregate Changes from Git History #25155

Closed
emilyrohrbough opened this issue Dec 14, 2022 · 0 comments · Fixed by #25459
Closed

Write Script to Aggregate Changes from Git History #25155

emilyrohrbough opened this issue Dec 14, 2022 · 0 comments · Fixed by #25459
Assignees
Labels
process: build Related to our internal build process

Comments

@emilyrohrbough
Copy link
Member

@emilyrohrbough commented on Tue Sep 20 2022

Two uses:

  1. ensure changelog is correct
  2. comment on issue/PR that code has been released

Script:
- Collect all linked issues and PRs for all changes.
- Any commit that is not a test/doc/chore/npm release task, ensure there is a change log entry with the correctly linked issue OR PR link and issue/PR is labeled issues-in-release.
- Store collected linked issues / PRs in file on CI for release script to pull and use to comment the release version.

Add Script to https://github.com/cypress-io/release-automations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process: build Related to our internal build process
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant