fix(package): revert version to 1.0.0#11
Merged
NelakaWith merged 19 commits intomainfrom Nov 18, 2025
Merged
Conversation
…ploy, PR linting, and testing
…ion from Drone CI to GitHub Actions
…nd-deploy, and release workflows
There was a problem hiding this comment.
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.ymlconfiguration 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.
… redundant build step
…d maintainability
… with pull requests
…auto-release workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.