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

[CT-2398] Automate changelog consolidating when cutting the first rc #78

Open
Tracked by #87
emmyoop opened this issue Apr 11, 2023 · 0 comments
Open
Tracked by #87
Labels
tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality

Comments

@emmyoop
Copy link
Member

emmyoop commented Apr 11, 2023

When we cut the first rc we want to collapse all beta release changelogs into the single rc changelog. We already do this when we cut the final release. This is the pattern we want.

1.5.0b3
- changelog 5
- changelog 6

1.5.0b2
- changelog 3
- changelog 4

1.5.0b1
- changelog 1
- changelog 2

to the rc

1.5.0rc2
- changelog 10
- changelog 11

1.5.0rc1
- changelog 1
- changelog 2
- changelog 3
- changelog 4
- changelog 5
- changelog 6
- changelog 7
- changelog 8
- changelog 9

to the final

1.5.0

- changelog 1
- changelog 2
- changelog 3
- changelog 4
- changelog 5
- changelog 6
- changelog 7
- changelog 8
- changelog 9
- changelog 10
- changelog 11
- changelog 12

Determine if it's best to do this when we cur the branch (cut-release-branch.yml) or during the actual release. I learn toward during the actual release to ensure we capture all the changelogs in case we need to backport anything.

@github-actions github-actions bot changed the title Automate changelog consolidating when cutting the first rc [CT-2398] Automate changelog consolidating when cutting the first rc Apr 11, 2023
@emmyoop emmyoop transferred this issue from dbt-labs/actions May 2, 2023
@emmyoop emmyoop added tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality and removed oss_tooling labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality
Projects
None yet
Development

No branches or pull requests

1 participant