Skip to content

Commit

Permalink
Merge 0475658 into 5347b11
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Aug 8, 2024
2 parents 5347b11 + 0475658 commit c98b32a
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 = {
"[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

0 comments on commit c98b32a

Please sign in to comment.