Skip to content

switch default branch from main to latest, bump 0.6.0#19

Merged
udx-github merged 1 commit into
latestfrom
feature/default-branch-latest
Apr 15, 2026
Merged

switch default branch from main to latest, bump 0.6.0#19
udx-github merged 1 commit into
latestfrom
feature/default-branch-latest

Conversation

@fqjony

@fqjony fqjony commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Switch default branch from main to latest so npm dist-tag aligns with branch name
  • Update all workflow triggers, release config, install script, and raw GitHub URLs to reference latest
  • Add latest to recognized base_branch_names (keeps main for other repos)
  • Bump version to 0.6.0

Test plan

  • Full test suite passes (bash tests/suite.sh)
  • Verify npm release workflow triggers on push to latest
  • Verify curl install script fetches from latest branch

🤖 Generated with Claude Code

npm create tags from the branch name — publishing from `latest` aligns
the npm dist-tag with the branch. Updates workflows, install script,
raw GitHub URLs, fallback branch, and base-branch-names config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@fqjony fqjony requested a review from Copilot April 15, 2026 21:33
@fqjony fqjony force-pushed the feature/default-branch-latest branch from f9c4ed8 to 600f697 Compare April 15, 2026 21:33
@fqjony fqjony requested review from a team and udx-github April 15, 2026 21:34
@fqjony fqjony self-assigned this Apr 15, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo to treat latest as the default branch (to align with npm dist-tags), updates references/URLs accordingly, and bumps the package version to 0.6.0.

Changes:

  • Switch default/fallback branch handling from mainlatest (sync logic + workflow config recognition).
  • Update raw GitHub URLs and installer defaults to fetch from latest.
  • Bump npm package version to 0.6.0 and document changes in changes.md.

Reviewed changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/fixtures/wordpress-repo/AGENTS.md Updates fixture raw GitHub URLs from main to latest.
tests/fixtures/documented-shell-repo/AGENTS.md Updates fixture raw GitHub URLs from main to latest.
tests/fixtures/docker-repo/AGENTS.md Updates fixture raw GitHub URLs from main to latest.
src/configs/development-workflows.yaml Adds latest to recognized base_branch_names.
package.json Bumps package version to 0.6.0.
package-lock.json Syncs lockfile version fields to 0.6.0.
lib/modules/dev_sync.sh Changes fallback default branch from main to latest.
lib/modules/config_catalog.sh Updates kit source raw base URL to point at latest.
changes.md Adds 0.6.0 release notes; updates wording about releases to “default branch”.
bin/scripts/install.sh Changes default install ref from main to latest.
README.md Updates curl install example to fetch installer from latest.
.github/workflows/npm-release-ops.yml Updates reusable workflow input release_branch to latest.
.github/workflows/context7-ops.yml Updates push trigger branch from main to latest.

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

@udx-github udx-github merged commit 3c0c8a9 into latest Apr 15, 2026
9 checks passed
@udx-github udx-github deleted the feature/default-branch-latest branch April 15, 2026 21:36
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.

3 participants