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

chore: post release updates #7013

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Merge `stable` into `unstable`, resolving conflicts:

- `git checkout unstable && git merge stable`
- Resolve conflicts
- Sanity check locally before pushing by using: `git diff unstable origin/unstable`
- Sanity check locally before pushing by using: `git diff origin/unstable unstable`
- Disable `unstable` branch protection
- `git push`
- Enable `unstable` branch protection
Expand Down
19 changes: 0 additions & 19 deletions packages/params/CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/generate_changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import fs from "node:fs";
const knownAuthors = {
"[email protected]": "wemeetagain",
"[email protected]": "g11tech",
"[email protected]": "tuyennhv",
"[email protected]": "twoeths",
"[email protected]": "dapplion",
"41898282+github-actions[bot]@users.noreply.github.com": "github-actions[bot]",
"49699333+dependabot[bot]@users.noreply.github.com": "dependabot[bot]",
Expand All @@ -42,6 +42,7 @@ const knownAuthors = {
"[email protected]": "nflaig",
"[email protected]": "nazarhussain",
"[email protected]": "matthewkeil",
"[email protected]": "ensi321",
};

const fromTag = process.argv[2];
Expand Down
Loading