Replies: 1 comment 1 reply
-
This doesn't give enough information about your topology to answer your question. Are you rebasing the commits in your fork on the upstream project or merging from upstream into your fork or cherry picking commits you want or what? Do you have tags? What is their relation to the upstream project's tags? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a repository which is a fork of an existing (and still active) project. My fork is standalone, and is not intended to commit back to the upstream. As such, I want to generate a changelog of my changes, and only my changes. Without the changelog including any of the previous or new commits from the upstream repo which I pull down from time to time.
Looking at the documentation, I'm not sure how this is easily achieved?
Beta Was this translation helpful? Give feedback.
All reactions