question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
elva329commented, Feb 2, 2022

@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.

Thanks for your idea, but could you be more specific? Any example commands?

0reactions
wertscommented, Jan 10, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found