Skip to content

Release 0.3.0#60

Merged
licitdev merged 2 commits intomainfrom
release-0.3.0
Mar 27, 2026
Merged

Release 0.3.0#60
licitdev merged 2 commits intomainfrom
release-0.3.0

Conversation

@licitdev
Copy link
Copy Markdown
Member

Update workflow to use the version in package.json as pushes to main are blocked.

Copilot AI review requested due to automatic review settings March 27, 2026 09:15
Copy link
Copy Markdown

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

Updates the release process to derive the release/tag version from package.json (rather than requiring a manual input), aligning with the constraint that direct pushes to main are blocked.

Changes:

  • Bump npm package version to 0.3.0.
  • Update release documentation to require version bump via PR into main before running the workflow.
  • Refactor the GitHub Actions release workflow to read/validate the version from package.json and tag/release/publish based on it.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the package version to 0.3.0.
README.md Documents the new release sequence (version bump PR → run workflow).
.github/workflows/release.yml Removes manual version input; reads version from package.json, validates it, creates a tag, creates a GitHub release, and publishes to npm.

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

Comment thread .github/workflows/release.yml
@licitdev licitdev requested a review from formfcw March 27, 2026 09:22
@licitdev licitdev merged commit 75e9cac into main Mar 27, 2026
@licitdev licitdev deleted the release-0.3.0 branch March 27, 2026 09:31
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.

4 participants