-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
improvement: automate changelog management #786
improvement: automate changelog management #786
Conversation
@antonbabenko @js-timbirkett With your experience with git-chglog, do you have any advice for these questions ?
|
I don't have a lot of advanced experience with
|
I've wrote a small makefile which generate changelog with |
3211d4e
to
dcbaa0c
Compare
@max-rocket-internet @antonbabenko So far here are my feebacks and propositions:
I use placeholders in the CHANGELOG.md file and replace it with the generated changelog from git tag v10.0.0
Using
I'll try this bot during the weekend.
For now I don't know why, but unsplash/comment-on-pr@master is failling to add comments to the PR. Sounds like the |
955cb72
to
857eb61
Compare
@max-rocket-internet After some discussions with @antonbabenko, we decided to move the old changelog into a different file. So the CHANGELOG.md will contain every release notes from v11.0.0 and will be generated from git commits. Are you ok with that ? |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
This is a first draft to get feedbacks. There are still some questions about:
skip/changelog
commit prefix ?cc @max-rocket-internet @antonbabenko @js-timbirkett
Resolves #781
Todo