Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

release steps: automate CHANGELOG version header creation #13873

Closed
emidoots opened this issue Sep 16, 2020 · 0 comments · Fixed by #14240
Closed

release steps: automate CHANGELOG version header creation #13873

emidoots opened this issue Sep 16, 2020 · 0 comments · Fixed by #14240
Assignees
Milestone

Comments

@emidoots
Copy link
Member

emidoots commented Sep 16, 2020

Today our release process https://github.com/sourcegraph/sourcegraph/issues/13374 requires we manually edit the CHANGELOG to change "Unreleased" to the current version and add a new section for "Unreleased" that is empty:

  • Add a new section ## 3.MINOR to CHANGELOG.md immediately under ## Unreleased changes. Add new empty sections under ## Unreleased changes (example).
  • Commit this CHANGELOG edit to main using a PR.
  • Create the 3.20 branch off the CHANGELOG commit in the previous step: git branch 3.20 && git push origin 3.20.

These steps should be automated as part of our release scripts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants