Skip to content

Commit

Permalink
chore: ignore base package .gitignore for 2.4.4-p4, 2.4.5-p3, 2.4.6-p1
Browse files Browse the repository at this point in the history
* Add 2.4.4-p4, 2.4.5-p3 and 2.4.6-p1 to list of releases without .gitignore in BP
  • Loading branch information
Vinai authored Jun 16, 2023
1 parent 4fef6fa commit 18ab382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build-config/packages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
}
return !ref.startsWith('2.4.0') && (file === '.github' || file.startsWith('.github/'));
}, (ref, file) => {
const releasesWithoutGitIgnore = ['2.4.1', '2.4.1-p1', '2.4.2', '2.4.4-p3', '2.4.5-p2', '2.4.6'];
const releasesWithoutGitIgnore = ['2.4.1', '2.4.1-p1', '2.4.2', '2.4.4-p3', '2.4.4-p4', '2.4.5-p2', '2.4.5-p3', '2.4.6', '2.4.6-p1'];
if (typeof file === "undefined") {
return releasesWithoutGitIgnore.includes(ref) ? '.gitignore' : '';
}
Expand Down

0 comments on commit 18ab382

Please sign in to comment.