Autogenerating CHANGELOG.md capability #23
Labels
enhancement
New feature or request
gitpod-config
Related to gitpod configuration (bash scripts etc...)
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Problem this feature will solve
There is no CHANGELOG.md. Creating a Changelog by hand is hard to standardize and maintain and is time consuming especially when new releases come out quicky.
Background
Versioning a project with a detailed, neat and, standardized changelog is an important task. This process is time consuming to do by hand. Tracking changes for releases all one one tidy page is a must have for a well organized project.
Proposed Solution
github-changelog-generator
rake changelog
github-changelog-generator
supports.starter.ini
and gitpod env vars.--user
,--project
,--since_tag
, and--future_release
by defaultConstraints and Assumptions
ruby
and as awesome as Gitpod is, the Gitpod environment comes withruby
andrake
right out of the box.future_release
instarter.ini
or the most recent changes in the changelog will have a title of UNRELEASED.Alternatives or Workarounds
Compile changelogs by hand. This will make it almost impossible to standardize though.
Additional context
Time saved doing chores is time gained fixing bugs and coding features 💪🏽
The text was updated successfully, but these errors were encountered: