Skip to content

Commit

Permalink
chore: post release updates (#7013)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Aug 9, 2024
1 parent 5347b11 commit 6663684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
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 = {
"caymannava@gmail.com": "wemeetagain",
"develop@g11tech.io": "g11tech",
"tuyen@chainsafe.io": "tuyennhv",
"tuyen@chainsafe.io": "twoeths",
"35266934+dapplion@users.noreply.github.com": "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 = {
"nflaig@protonmail.com": "nflaig",
"nazarhussain@gmail.com": "nazarhussain",
"me@matthewkeil.com": "matthewkeil",
"17676176+ensi321@users.noreply.github.com": "ensi321",
};

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

0 comments on commit 6663684

Please sign in to comment.