Skip to content

Conversation

@fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Nov 20, 2025

No description provided.

Copy link

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 enables automated release functionality by adding a GitHub Actions workflow that triggers on pushes to the master branch. It also removes the deprecated autod dependency management tool and updates the CI workflow configuration.

Key changes:

  • Added .github/workflows/release.yml to automate npm releases via a reusable workflow
  • Removed autod dependency and its configuration file (.autod.conf.js)
  • Updated CI workflow to use actions/setup-node@v6 and restricted branch triggers to master only

Reviewed Changes

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

File Description
.github/workflows/release.yml New automated release workflow that triggers on master branch pushes
.github/workflows/nodejs.yml Updated to use newer setup-node action (v6) and restricted to master branch only
package.json Removed autod script and dependency
.autod.conf.js Removed deprecated autod configuration file

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

@fengmk2 fengmk2 merged commit 8da88dc into master Nov 20, 2025
16 checks passed
@fengmk2 fengmk2 deleted the enable-auto-release branch November 20, 2025 13:15
fengmk2 pushed a commit that referenced this pull request Nov 20, 2025
[skip ci]

## 3.1.0 (2025-11-20)

* feat: support ignore fs (#64) ([d107eb3](d107eb3)), closes [#64](#64)
* chore: enable auto release (#65) ([8da88dc](8da88dc)), closes [#65](#65)
@github-actions
Copy link

🎉 This PR is included in version 3.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants