-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Changelog not including commits for initial version #174
Comments
@cookpete any thoughts on this issue? |
- Move any tag-specific logic from releases.js to tags.js - Combine remote and latestVersion into options object to be passed around - Use const rather than function where possible - Hopefully fixes various bugs with single tags, including #174
@patlillis Sorry, I attempted to fix this as part of a refactor weeks ago, then forgot about it and didn't push. I've just published |
It seems that this is still relevant. I just experimented with my repository template. It has no tags. After running ### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### 20.12.11 While experimenting, I tried to add a |
Same happens for me, when there is not tags in the repository the generated changelog is empty. |
Summary
I have
auto-changelog
set up in my NPM"version"
script as suggested in this project's README, but when I donpm version patch
the first time, commits don't get included in the generated CHANGELOG.In addition, the section in CHANGELOG.md for the initial version does not contain the
v
prefix.Steps to reproduce issue:
Expected results:
CHANGELOG.md should contain a section for
v1.0.1
that contains the "initial commit" commitActual results:
Here is the contents of the generated
CHANGELOG.md
:As you can see, the
1.0.1
section does NOT contain thev
prefix, and does not list any commits.The text was updated successfully, but these errors were encountered: