Closed sunshinejr closed 7 years ago
@SD10 I'm not sure I understand you – which section headers?
Sorry @ashfurrow it was the first thing I wrote this morning and I wasn't clear enough.
I think we should paraphrase the key components of the keep a changelog link and then link to the full version at the end of the document.
This would allow our document to stand alone (the user can view the link for more details).
Ah, that makes sense 👍 I agree.
Good idea! Should we also copy the basic guidelines as well?
Guiding Principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
@sunshinejr I was hesitant to add that section because it felt more "philosophical" but on second thought I think it would make a good addition. ie.) "The same types of changes should be grouped."
Two more thoughts:
I agree with both, gonna update the PR soon.
Also, I don't really feel the from
keyword before the contributor - how about changing this one to simply -
?
At IBAnimatable we use the format:
[#PR] by [@
user]
Cool! I've made changes discussed here, let me know how it looks :)
Thanks guys!
Sorry I am late on this, but was just reading the changelog on the v10 beta 1, and I found reading it very confusing.
I skimmed only the bullet points - not the headings - making it feel like words like "added" were wrongfully omitted.
Therefore I'd like to propose the following change in format:
# Added
- Added a
- Added b
- *Breaking Change* Added c
Instead of the current
# Added
- a
- b
- *Breaking Change* c
This would be a bit more verbose, but wouldn't "break" skimming only the bullet points.
cc @sunshinejr @pedrovereza @ashfurrow @SD10
I agree 👍
Wasn't sure if it's the right place, but yeah. I also wasn't sure with the
from
keyword before the tag of a person who did a change. We may consider alternatives likeby
or just a-
.Follow-up steps (after merge):
Let me know what do you guys think!