-
Notifications
You must be signed in to change notification settings - Fork 255
change log list is empty, Not created any chagelog.md file on existing repo #362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
I am also having this issue when running |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
We also have this issue. I can reproduce this in an new repo: setup.cfg
version.py
Command Output
So Changelog Output is empty. Am i missing some config? Complete Test Changelog:
Python and PIP Packages versions
|
I don't know for sure yet, because I haven't had time to systematically investigate, but I think this behavior is fixed after you merge your branch to main/master on github. Once I merged one PR with the new python-semantic-release config in it, and made a tag, then everything seemed to work. Again, haven't investigated systematically yet, just happened to notice it. |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
Could it be, that the version is looked up in commit messages instead of tags? |
From what I understand, the code is reading the commit-messages and using the one containing the from_version as well as the one containing the to_version. So, if your commit-history does not contain any commit-messages (usually generated by python-semantic-release as well) containing these versions, the changelog cannot determine those commits and therefore does not report any commits. |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
@triplem, I can confirm your investigation. I came to the same conclusion. I dug through the code and noticed that the changelog code This definitely seems like a bug to me since this is incompatible with the
I did not see any code in the @relekang / other maintainers, please let me know which method (1, 2, or alternative) you prefer and I'll try to find some spare time to create a PR. |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
This issue is stale because it has not been confirmed or planned by the maintainers and has been open 90 days with no recent activity. It will be closed in 7 days, if no further activity occurs. Thank you for your contributions. |
Resolved by #362, and also obsolete as of |
I have existing project, now i want to semantic-release to create change log so i have installed python-semantic-release and set below configuration
and ran
and the results are
ideally it should create some changelog md file i am not wrong
BTW , I have few commits on this configure branch
those commit are proceed when i run change long command
The text was updated successfully, but these errors were encountered: