You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to consolidate all beta changelogs into a single rc changelog in core and all adapters.
This is not currently automated so need we need to do this manually, locally.
Steps to follow:
Create your branch off the 1.5.latest branch. This means we need to do this step after cutting the 1.5..latest branch with the cut-release-branch action
Set the env var for the core team: TODO: check that everyone is included
We need to adjust the third step. Changie generates the new file, 1.5.0rc1.md, but then immediately deletes it because rc1 is pre-release (--remove-prereleases). So the command should be:
We want to consolidate all
beta
changelogs into a singlerc
changelog in core and all adapters.This is not currently automated so need we need to do this manually, locally.
Steps to follow:
Create your branch off the
1.5.latest
branch. This means we need to do this step after cutting the1.5..latest
branch with the cut-release-branch actionSet the env var for the core team: TODO: check that everyone is included
Merge and open PR against
1.5.latest
Run the release as normal. The release is smart enough to see that the changelog for 1.5.0rc1 already exists and should skip that step of the release.
The text was updated successfully, but these errors were encountered: