Skip to content

kashiwachen/playground-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Practice of git-chglog

This is a repo for self-learning, and searching for appropriate workflow

Workflow Idea

  1. Create and develope a feature branch. We may have lots of commits under this branch.
  2. Merge the feature branch with squash merge in PR, and have the commit with the format that git-chglog will recognize.
  3. Create and switch to antoher branch(release-x) for updating the CHANGELOG
  4. Attach tags on the commits.
  5. Use git-chglog -o CHANGELOG.md to generate logs.
  6. Make the PR to merge the CHANGELOG message.
  7. DONE.

About

Practice for git-chglog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published