Skip to content

Revise docs/CI config #2

Merged
jhd3197 merged 3 commits intomainfrom
dev
Jan 22, 2026
Merged

Revise docs/CI config #2
jhd3197 merged 3 commits intomainfrom
dev

Conversation

@jhd3197
Copy link
Copy Markdown
Owner

@jhd3197 jhd3197 commented Jan 22, 2026

No description provided.

jhd3197 and others added 2 commits January 21, 2026 19:47
Bump VERSION to 1.2.44. Update README with new update and branch commands. Change version-bump workflow to trigger on 'dev' branch instead of 'main'.
Copilot AI review requested due to automatic review settings January 22, 2026 00:48
@jhd3197 jhd3197 merged commit 7d2ca6a into main Jan 22, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation and CI version bump behavior, along with a patch-level version increment.

Changes:

  • Bump VERSION from 1.2.42 to 1.2.45
  • Reorganize README CLI command listing to include an “Updates & Branches” section
  • Change the version bump GitHub Actions workflow trigger branch from main to dev

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
VERSION Updates the project version to 1.2.45.
README.md Documents update/branch-related CLI commands more clearly under a dedicated section.
.github/workflows/version-bump.yml Alters CI trigger branch for the version bump workflow (currently dev only).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 4 to +6
push:
branches:
- main
- dev
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version bump workflow now only triggers on pushes to dev. The rest of the repo treats main as the stable/default branch (e.g., serverkit update logic and install.sh both reference main), so this change will stop automatic VERSION bumps on main and may break the release/versioning flow. If the intent is to bump versions for releases, include main in on.push.branches (or trigger on both main and dev and gate with an if/path filter).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants