semantic-release / semantic-release/git
add option ignoreFile to ignore file's contents like .gitignore
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 339
- Forks
- 75
- Avg merge
- 5h 15m
- Merged PRs (30d)
- 6
Description
as mentioned in docs the commit will include everything in assets even if it is included in .gitignore.
you can add an option to ignore a file's contents like that
["@semantic-release/git", {
assets: ["**/*.*"],
ignoreFile= '.gitignore'
}]
this approach is used by many tools tile eslint and prettier
also, it is a good idea to add an option to include changed files only
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documentation referenced in the issue, then trace how configured assets are selected and committed. Define done as supporting an ignoreFile option that excludes matching contents and clarify whether the separate changed-files-only option is included; add coverage for the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- release, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100