Skip to content

Commit

Permalink
Merge pull request #5694 from EnterpriseDB/docs/ba/fix/relnotescripttext
Browse files Browse the repository at this point in the history
Fix text to match recent edits
  • Loading branch information
djw-m authored May 28, 2024
2 parents 3215290 + 6596a92 commit 4478664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/user/import/bareleasenotes/barelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ navTitle: ${getMonthName(currentMonth)} ${currentYear}
BigAnimal's ${getMonthName(
currentMonth,
)} ${currentYear} includes the following enhancements and bugfixes:
)} ${currentYear} release includes the following enhancements and bug fixes:
| Type | Description |
|------|-------------|`;
Expand All @@ -58,6 +58,7 @@ async function fetchAndProcess(directory, currentYear, currentMonth) {
const response = await fetch(
"https://status.biganimal.com/api/maintenance-windows/done/index.json",
);
``;
const data = await response.json();

const filteredData = data.data.filter((item) => {
Expand Down

0 comments on commit 4478664

Please sign in to comment.