Skip to content

Commit

Permalink
[flow-dev-tools] Changelog generation improvements
Browse files Browse the repository at this point in the history
Summary:
I've added logic to automatically categorize and format the changelog based on the category specific in the diff summary.

I've also updated the diff signals butterfly rule to enforce these categories as well: https://fburl.com/butterfly/cw1xu6d1

Reviewed By: SamChou19815

Differential Revision: D66797754

fbshipit-source-id: 4929e654d8ed210cbee5ee8f20529eb16dd83144
  • Loading branch information
Alex Taylor (alta) authored and facebook-github-bot committed Dec 5, 2024
1 parent a213034 commit 6402093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/flow-dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"flow-dev-tools": "./bin/tool"
},
"scripts": {
"test": "node src/__tests__/all-tests.js"
"test": "node src/__tests__/all-tests.js",
"facebook-tests": "node src/facebook/__tests__/all-facebook-tests.js"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 6402093

Please sign in to comment.