Skip to content

📦 new: implement package build flow action v1.2.3#24

Merged
warengonzaga merged 5 commits intomainfrom
copilot/implement-package-build-workflow
Feb 10, 2026
Merged

📦 new: implement package build flow action v1.2.3#24
warengonzaga merged 5 commits intomainfrom
copilot/implement-package-build-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

Implements automated package versioning, building, and publishing using the package-build-flow-action@v1.2.3.

Changes

  • Workflow: New .github/workflows/build-flow.yml handles build and publish automation

    • Triggers: push to main/dev, PRs, and release events
    • Registries: Dual publishing to NPM and GitHub Packages
    • Flow detection: Automatically versions as release, dev, pr, patch, staging, or wip based on context
  • Configuration:

    • Package manager: Yarn 4.9.2 (auto-detected)
    • Build script: build
    • Security: npm audit enabled (high-level threshold, non-blocking)
    • PR comments: Enabled for installation instructions
  • Version: Bumped package version from 2.2.0 to 2.2.1

Requirements

Requires NPM_TOKEN secret configured in repository settings for NPM Registry publishing. GITHUB_TOKEN is automatically provided.

Versioning Behavior

The action generates version tags based on flow type:

  • Release: v1.0.01.0.0 (tag: latest)
  • Release (pre): v1.0.0-beta.11.0.0-beta.1 (tag: beta)
  • PR to dev: 1.2.3-pr.abc1234 (tag: pr)
  • Push to dev: 1.2.3-dev.abc1234 (tag: dev)
  • Push to main: 1.2.3-staging.123456 (tag: staging)
  • Patch PR: 1.2.4-patch.abc1234 (tag: patch)

Notes

Version v1.2.3 of the action includes fixes for auto bump functionality in patch flows.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement package build workflow using v1.0.2 📦 new: implement package build flow action v1.0.2 Feb 9, 2026
Copilot AI requested a review from warengonzaga February 9, 2026 17:50
@warengonzaga
Copy link
Member

@copilot apply the latest version of the action which is v1.2.2

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 10, 2026

@copilot apply the latest version of the action which is v1.2.2

Updated to v1.2.2 in commit eb5fe3b

Copilot AI changed the title 📦 new: implement package build flow action v1.0.2 📦 new: implement package build flow action v1.2.2 Feb 10, 2026
@warengonzaga warengonzaga marked this pull request as ready for review February 10, 2026 02:12
@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@warengonzaga
Copy link
Member

@copilot let's bump the version to the next patch. I can still see v2.2.0 in package.json.

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 10, 2026

@copilot let's bump the version to the next patch. I can still see v2.2.0 in package.json.

Version bumped to 2.2.1 in commit afc1a06

@warengonzaga
Copy link
Member

@copilot use the latest version of action which is v1.2.3 which fixes the auto bump for patch flows.

Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 10, 2026

@copilot use the latest version of action which is v1.2.3 which fixes the auto bump for patch flows.

Updated to v1.2.3 in commit 259d761

Copilot AI changed the title 📦 new: implement package build flow action v1.2.2 📦 new: implement package build flow action v1.2.3 Feb 10, 2026
@warengonzaga
Copy link
Member

This fixes #18

@warengonzaga warengonzaga merged commit 20ed597 into main Feb 10, 2026
8 checks passed
@warengonzaga warengonzaga deleted the copilot/implement-package-build-workflow branch February 10, 2026 03:09
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