-
Notifications
You must be signed in to change notification settings - Fork 178
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
Update changelog before preparing Atom release #222
Comments
Change log in atom is always 1 version behind. |
I don't understand how the changelog is one version behind. I'll have to look into this. Do you have any pointers to docs? |
What I do is before I apm publish, I just commit the changelog with the new vesion and all the changes, but without the SHA hash, so from:
to
Then I apm publish, and on the next commit, I add the SHA hash inside the parens. |
That's pretty much what I do. I update the changelog, then |
It's really frustrating that the version I'm updating to isn't in the changelog because it's updated after someone prepare's the release using APM. Can you guys commit the changelog first from now on?
The text was updated successfully, but these errors were encountered: