Skip to content

Github action for generating and appending a changelog based on commit messages

License

Notifications You must be signed in to change notification settings

Team-Resourceful/ResourcefulChangelog

Repository files navigation

Resourceful Changelog


A GitHub action for generating and appending a changelog based on commit messages. Any text between the tags <log></log> is written to the changelog file. The changelog file is then prepended with the version number as # -----{ 1.0.0 }-----.

Example

- name: Update Changelog
  uses: Team-Resourceful/[email protected]
  with:
    release_version: "1.0.0"
    changelog_file: "changelog.md"
    github_token: ${{ secrets.GH_TOKEN }}

About

Github action for generating and appending a changelog based on commit messages

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published