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

releases: remove manual changelog check, add new changelog workflow #1659

Merged
merged 4 commits into from
Oct 6, 2020

Conversation

@sourcegraph-bot
Copy link
Contributor

sourcegraph-bot commented Sep 28, 2020

Notifying subscribers in CODENOTIFY files for diff 9967bf0...8e9da49.

Notify File(s)
@nicksnyder handbook/engineering/releases/release_issue_template.md

bobheadxi added a commit to sourcegraph/sourcegraph-public-snapshot that referenced this pull request Oct 6, 2020
Changelog updates can now be done via:

    yarn run release changelog:cut MAJOR.MINOR

This makes the appropriate header changes and opens a pull request with those changes. To accommodate this, also 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

See sourcegraph/about#1659 for relevant documentation updates.
@bobheadxi bobheadxi changed the title releases: remove manual changelog check, add changelog workflow releases: remove manual changelog check, add new changelog workflow Oct 6, 2020
@bobheadxi bobheadxi merged commit bf31a5d into main Oct 6, 2020
@bobheadxi bobheadxi deleted the distribution-branch-cut-updates branch October 6, 2020 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release steps: do not verify CHANGELOG entries
3 participants