repeating all commits in upcoming version
See original GitHub issue "conventional-changelog": "conventional-changelog",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s"
With this every upcoming version still i do get old commits which was in old version. How can we avoid ? I want changelog should write what changes in this version?
output in changelog
## 0.0.8 (2020-04-29)
### Bug Fixes
* text edd1937
### Features
* cosmatic changes eeba0c3
* first-commit c7c6c98
* test 01ab25f
* test2 04cf4v4
## 0.0.7 (2020-04-29)
### Bug Fixes
* text edd1937
### Features
* cosmatic changes eeba0c3
* first-commit c7c6c98
* test 01ab25f
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Git commits are duplicated in the same ... - Stack Overflow
In this scenario we want to remove the duplicate commits, but keep the commits that we have based on them—we want to keep...
Read more >Git commits are duplicated in the same ... - OpenMRS Talk
This tends to happen when you mix two methods of keeping a branch up to date, e.g., both doing a git merge of...
Read more >7.6 Git Tools - Rewriting History
Deleting a commit ... Because of the way Git builds commit objects, deleting or altering a commit will cause the rewriting of all...
Read more >27 The Repeated Amend - Happy Git and GitHub for the useR
The Repeated Amend is a pattern where, instead of cluttering your history with lots of tiny commits, you build up a “good” commit...
Read more >How to perform a Git clean up of branches and commits example
When the rebase commits, a successful Git cleanup of the develop branch's commits occurs and squashes them all into one. The new Git...
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
Thanks for your idea, but could you be more specific? Any example commands?
@yarastqt @elva329 hi,I have solved this problem, after every building, i create a new tag, and then the changes only append to earlier tags.another thing is: you can make use of tag,and group some changes into one tag.