Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/scripts/increment-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ function incrementVersion(version) {
}

function isStableRelease(version) {
// Check if version is a stable release (not alpha, beta, canary, etc.)
// Include common typos and variations
const prereleasePattern =
/-(alpha|beta|canary|canery|rc|dev|pre|snapshot|nightly|test)/i;
return !prereleasePattern.test(version);
return true;
}

function updateProjectData() {
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/auto-update-version.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Auto Update Version

on:
push:
pull_request:
types: [opened]
branches:
- master
- main
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/build_docker_image.yml.disabled

This file was deleted.

198 changes: 0 additions & 198 deletions .github/workflows/production-release.yml

This file was deleted.

Loading