Cleaner change log when releasing package from multi-package repository #1008
davidlatwe
started this conversation in
New Features
Replies: 2 comments
-
Also, appending Will allows you to release package without being stopped from uncommitted changes that aren't related to current releasing package in multi-pkg repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So I have implemented a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When releasing package from a Git repository that contains multiple packages, the change log will include commits that are not related to current package.
So, what do you think about changing this
https://github.com/nerdvegas/rez/blob/eef7523a53ab6d34ccdb6e088bf6af94a3f51297/src/rezplugins/release_vcs/git.py#L155-L161
into
With this change,
git log -- *
should only take commits that are related to files under current working dir (the package root), and the package change log should be clearer.Beta Was this translation helpful? Give feedback.
All reactions