Skip to content

[WIP] Publish toolkit to GitHub Packages (npm registry)#11

Merged
maxirmx merged 2 commits into
mainfrom
copilot/publish-toolkit-to-github-packages
Dec 9, 2025
Merged

[WIP] Publish toolkit to GitHub Packages (npm registry)#11
maxirmx merged 2 commits into
mainfrom
copilot/publish-toolkit-to-github-packages

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 9, 2025

  • Analyze package.json and understand current configuration
  • Create .npmrc file for GitHub Packages registry configuration
  • Update package.json with repository information and publishing configuration
  • Create .github/workflows/publish-to-github-packages.yml workflow
  • Configure workflow to trigger on semantic version tags
  • Test and validate the configuration
  • Run linter to ensure code quality
  • Final review and completion
Original prompt

This section details on the original issue you should resolve

<issue_title>Publish this toolkit to GitHub Packages (npm registry)</issue_title>
<issue_description>I would like to publish this toolkit to GitHub Packages (npm registry)
Please implement github/workflows/publish-to-github-packages.yml + .npmrc + package.json

It shall be release and published when semantic tag is created</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Create .npmrc for GitHub Packages registry
- Update package.json with @sw-consulting scope and publishConfig
- Add publish-to-github-packages.yml workflow
- Workflow triggers on semantic version tags (e.g., v1.0.0)
- Includes lint, test, and build steps before publishing

Co-authored-by: maxirmx <2081498+maxirmx@users.noreply.github.com>
@maxirmx maxirmx marked this pull request as ready for review December 9, 2025 19:15
@maxirmx maxirmx merged commit 6a77d93 into main Dec 9, 2025
1 of 2 checks passed
@maxirmx maxirmx deleted the copilot/publish-toolkit-to-github-packages branch December 9, 2025 19:15
Copilot AI requested a review from maxirmx December 9, 2025 19:16
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.

Publish this toolkit to GitHub Packages (npm registry)

2 participants