Merged
Conversation
…kefile and README references Signed-off-by: cfc4n <cfc4n.cs@gmail.com>
…ets step Signed-off-by: cfc4n <cfc4n.cs@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the project build and documentation to reflect the new name "MoLing" and enhances the release workflow.
- Renames functions in the CLI to update project naming.
- Updates badge URLs in README files for consistency.
- Modifies the GitHub Actions workflow to include a SNAPSHOT_VERSION environment variable and adds a new job for uploading release assets.
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| cli/cobrautl/help.go | Renamed function from ecaptureFlagUsages to molingFlagUsages. |
| README_ZH_HANS.md | Updated badge URLs to point to the correct paths. |
| README_JA_JP.md | Updated badge URLs to point to the correct paths. |
| README.md | Updated badge URLs to point to the correct paths. |
| .github/workflows/release.yml | Modified build commands to use SNAPSHOT_VERSION and added a new upload-release-assets job. |
Files not reviewed (1)
- Makefile: Language not supported
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.
This pull request includes various updates to the project configuration, build process, and documentation to reflect the new project name "MoLing" and to enhance the release workflow. The most important changes include modifications to the GitHub Actions workflow, updates to the Makefile, and adjustments to the README files for consistency.
Updates to GitHub Actions workflow:
.github/workflows/release.yml: AddedSNAPSHOT_VERSIONenvironment variable and a new jobupload-release-assetsto handle uploading release assets. [1] [2]Changes to Makefile:
Makefile: Updated environment echo statements and help descriptions to use "MoLing" instead of "eCapture". [1] [2]Documentation updates:
README.md,README_JA_JP.md,README_ZH_HANS.md: Corrected the URLs for GitHub stars, forks, and CI badges to point to the correct paths. [1] [2] [3]Codebase adjustments:
cli/cobrautl/help.go: Renamed functions fromecaptureFlagUsagestomolingFlagUsagesto reflect the new project name. [1] [2]