noisy output when "fixes #" syntax used in pull request
See original GitHub issueThe output of the CHANGELOG template is pretty noisy when someone specifies that a pull request closes issues (see https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md#bug-fixes).
take realpath of process.cwd(), fixes #7 (#8) (e8d3785), closes #7 #8
Maybe if we moved (#8) (e8d3785)
to the end of the line? not quite sure what would make this read better.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Octokit and Noise Reduction with Pull Requests
Usually, these commits will contain noise such as lazy commit messages and merge flog ("Fixed it", "Corrected spelling", etc.), merge commits, ...
Read more >Linking a pull request to an issue - GitHub Docs
You can link a pull request or branch to an issue to show that a fix is in progress and ... Multiple issues,...
Read more >Can I Repair This Noisy Ruined Audio in Premiere Pro!?
In this video I use different Noise Reduction and Restoration audio effects in Adobe Premiere Pro to repair, clean up, and fix my...
Read more >Cut Code Review Noise on GitHub - Kevin Jalbert
The idea is to reduce the unnecessary noise within a pull request using GitHub's features. GitHub review requests keep state of each reviewer ......
Read more >Replace Dependabot With a Single Dependency Upgrade ...
However, as projects grow and more dependencies are added, the noise produced by individual pull requests starts becoming an issue in itself ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Angular convention existed before GitHub’s squash-and-merge feature, but the squash-and-merge is really what makes
standard-version
compelling. I think this tool should work best with the defaults used by squash-and-merge rather than exact Angular compliance.Maybe not. TBH I don’t like to hardcode the verb
closes
, it should use the same verb in the commit message (so it could befixes
,resolves
etc).