update-changelog | This Action keeps your CHANGELOG | Continous Integration library
kandi X-RAY | update-changelog Summary
kandi X-RAY | update-changelog Summary
This Action keeps your CHANGELOG.md up to date.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Updates the changelog
- Join the pull pull list
- Returns a list of pull requests in the release
- Get a logger
- Return an argument parser
- Return a markdown representation of the pull list
update-changelog Key Features
update-changelog Examples and Code Snippets
Community Discussions
Trending Discussions on update-changelog
QUESTION
I try create GitHub action for update CHANGELOG.md
on merge PR to master
branch.
But I don't know how get PR info (author and title) and add it to log file in repo, action.yml
:
ANSWER
Answered 2021-Aug-05 at 06:42Another approach is to have an on-demand action which will scan the most recent PR already merged to master, and update CHANGELOG.md
That is what proposes Changelog CI
Changelog CI uses python and GitHub API to generate changelog for a repository.
- First, it tries to get the latest release from the repository (If available).
- Then, it checks all the pull requests / commits merged after the last release using the GitHub API.
- After that, it parses the data and generates the changelog.
- Finally, It writes the generated changelog at the beginning of the CHANGELOG.md (or user-provided filename) file.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install update-changelog
Use the example workflow to create a PR for eash release automatically.
Use Keep a changelog style in your PR notes to automatically include these entries to CHANGELOG.md on release
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page