📦 new: implement package build flow action v1.2.3#24
Merged
warengonzaga merged 5 commits intomainfrom Feb 10, 2026
Merged
Conversation
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
Member
|
@copilot apply the latest version of the action which is v1.2.2 |
Co-authored-by: warengonzaga <15052701+warengonzaga@users.noreply.github.com>
Contributor
Author
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
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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>
Contributor
Author
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>
Contributor
Author
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
Member
|
This fixes #18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements automated package versioning, building, and publishing using the
package-build-flow-action@v1.2.3.Changes
Workflow: New
.github/workflows/build-flow.ymlhandles build and publish automationmain/dev, PRs, and release eventsConfiguration:
buildVersion: Bumped package version from
2.2.0to2.2.1Requirements
Requires
NPM_TOKENsecret configured in repository settings for NPM Registry publishing.GITHUB_TOKENis automatically provided.Versioning Behavior
The action generates version tags based on flow type:
v1.0.0→1.0.0(tag:latest)v1.0.0-beta.1→1.0.0-beta.1(tag:beta)1.2.3-pr.abc1234(tag:pr)1.2.3-dev.abc1234(tag:dev)1.2.3-staging.123456(tag:staging)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.