Using a github action to automate changelog generation #187
abhiabhi94
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi , I have integrated django-comments-dab package into my project. Features of django-comments-dab package is but How to use user as our project register as not as admin user it is considering as admin user how to override this and I want to show user as my project registered users. Please help me to achieve this, Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @Radi85, what do you think about using a GitHub workflow to automate the changelog generation. I saw this: https://github.com/heinrichreimer/action-github-changelog-generator a couple of weeks ago and looks good to me.
It essentially generates
changelog
on the basis of the issues and pull-requests on GitHub. In our case, we can use it any of the two scenarios:Generate
changelog
after every pull request is merged.Generate
changelog
after a tag is pushed to the default branch.Beta Was this translation helpful? Give feedback.
All reactions