Skip to content

fix(package): revert version to 1.0.0#11

Merged
NelakaWith merged 19 commits intomainfrom
develop
Nov 18, 2025
Merged

fix(package): revert version to 1.0.0#11
NelakaWith merged 19 commits intomainfrom
develop

Conversation

@NelakaWith
Copy link
Copy Markdown
Owner

No description provided.

@NelakaWith NelakaWith self-assigned this Nov 9, 2025
@NelakaWith NelakaWith closed this Nov 9, 2025
@NelakaWith NelakaWith reopened this Nov 9, 2025
@NelakaWith NelakaWith requested a review from Copilot November 9, 2025 14:58
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

This PR migrates the CI/CD infrastructure from Drone CI to GitHub Actions, updating all deployment workflows and related documentation. However, the PR contains several critical issues that need to be addressed before merging.

Key Changes:

  • Migration from Drone CI to GitHub Actions with 5 new workflow files (pr-lint, test-on-pr, build-and-deploy, release, auto-release)
  • Removal of .drone.yml configuration file
  • Updates to documentation (README.md, CI_CD_PIPELINE.md) to reflect new GitHub Actions workflows
  • Version change from 1.8.0 to 1.0.0 in package.json
  • Improvements to CLI detection logic in utils/generateApiKey.js

Reviewed Changes

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

Show a summary per file
File Description
.github/workflows/test-on-pr.yml New workflow for running tests on pull requests
.github/workflows/pr-lint.yml New workflow for validating PR titles and commits against conventional commits format
.github/workflows/build-and-deploy.yml New workflow for building and deploying to production on tag creation (has security issue with missing directory creation)
.github/workflows/release.yml New workflow for creating GitHub releases from tags
.github/workflows/auto-release.yml New workflow for automatic versioning on main branch pushes (missing git config and dependencies)
.drone.yml Removed Drone CI configuration (complete deletion)
utils/generateApiKey.js Improved CLI detection logic with path resolution; contains JSDoc formatting typo
package.json Version downgrade from 1.8.0 to 1.0.0 (potential regression)
docs/CI_CD_PIPELINE.md Updated for GitHub Actions migration; contains multiple structural issues with duplicate sections and malformed markdown
README.md Updated badges and CI/CD documentation; contains corrupted emoji and malformed markdown code blocks

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

@NelakaWith NelakaWith merged commit 593da40 into main Nov 18, 2025
3 checks passed
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.

2 participants