We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e759437 commit 2aa9b75Copy full SHA for 2aa9b75
scripts/check-releases.js
@@ -5,7 +5,7 @@ dotenv.config();
5
6
const REPO_OWNER = 'vaadin';
7
const REPO_NAME = 'web-components';
8
-const BRANCHES = ['main', '24.8', '24.7', '24.6', '24.5', '23.5'];
+const BRANCHES = ['main', '24.8', '24.7', '24.6', '23.5'];
9
const GITHUB_TOKEN = process.env.GITHUB_API_TOKEN; // Set this in your .env file
10
11
if (!GITHUB_TOKEN) {
0 commit comments