Skip to content

Commit bf687e5

Browse files
author
Babylon.js Platform
committed
Version update 8.56.0
1 parent 53469ac commit bf687e5

File tree

48 files changed

+226
-732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+226
-732
lines changed

.build/changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
2-
"fromTag": "8.55.3",
2+
"fromTag": "8.55.4",
33
"changelog": {
4+
"8.56.0": [
5+
{
6+
"pr": "18130",
7+
"title": "Skip empty sections in changelog",
8+
"description": "This pull request updates the changelog generation script to improve how pull requests are displayed for each package. Now, if all pull requests for a package are marked to be skipped in the changelog, that package will no longer appear in the generated markdown output.\r\n\r\nYou can see an example of where it went wrong here (see the empty \"Loaders\" section): https://github.com/BabylonJS/Babylon.js/releases/tag/8.55.2\r\n\r\nChangelog generation improvements:\r\n\r\n* Updated `generateVersionMarkdown` in `scripts/generateChangelog.js` to filter out packages with no visible pull requests, so packages with only skipped PRs are omitted from the changelog.",
9+
"author": {
10+
"name": "ryantrem",
11+
"url": "https://github.com/ryantrem"
12+
},
13+
"files": [
14+
"scripts/generateChangelog.js"
15+
],
16+
"tags": [
17+
"skip changelog"
18+
]
19+
}
20+
],
421
"8.55.4": [
522
{
623
"pr": "18129",

0 commit comments

Comments
 (0)