Skip to content

release: add changelog:cut to update changelog for a release

Warren Gifford requested to merge distribution-changelog-updater into main

Created by: bobheadxi

Changelog updates can now be done via a manually triggered workflow the yarn run release changelog:cut MAJOR.MINOR command that makes the appropriate header changes and opens a pull request with those changes.

To accomodate this, added:

  • createChangesets function to consolidate the stuff that happens in release:publish
  • add ability to pass functions instead of just bash commands as edits
  • dry-run configuration

Closes #13873 (closed) , documented in https://github.com/sourcegraph/about/pull/1659

Merge request reports

Loading