Skip to content

Conversation

@scottluskcis
Copy link
Owner

add publish workflow

Copilot AI review requested due to automatic review settings October 21, 2025 21:06
@scottluskcis scottluskcis self-assigned this Oct 21, 2025
@scottluskcis scottluskcis added the hacktoberfest Contribution towards hacktoberfest label Oct 21, 2025
Copy link
Contributor

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

This PR adds automated npm publishing via GitHub Actions when a release is published. The workflow ensures code quality by running CI checks before publishing, and updates the README to reflect the new scoped package name.

Key Changes:

  • Added automated npm publishing workflow triggered on GitHub release
  • Updated README documentation with npm badges and scoped package installation instructions

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/publish.yml Implements automated npm publishing workflow with CI checks
README.md Updates package name to scoped format and adds npm status badges

@scottluskcis scottluskcis linked an issue Oct 21, 2025 that may be closed by this pull request
@scottluskcis scottluskcis merged commit f9334ed into main Oct 21, 2025
6 checks passed
@scottluskcis scottluskcis deleted the add-publish-workflow branch October 21, 2025 21:08
@scottluskcis scottluskcis added the hacktoberfest-accepted Accepted for hacktoberfest label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest Contribution towards hacktoberfest hacktoberfest-accepted Accepted for hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create npm package

2 participants