-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
This commands "closes" a release by storing the consolidated changelog and removing the fragments included in the release.
From the tip of the branch the release was cut from the user would run (from the root of the repository):
$ elastic-agent-changelog-tool close <consolidated_changelog>
Where consolidated_changelog
is a yaml file created by the build
command.
The command would:
- Validate the input file
- Copy the input file into the changelog directory (default
./changelog
) - Delete all the fragment files included in the consolidated changelog.
Metadata
Metadata
Assignees
Labels
No labels