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_VERSION
environment variable and a new jobupload-release-assets
to 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 fromecaptureFlagUsages
tomolingFlagUsages
to reflect the new project name. [1] [2]