Skip to content

Bring CHANGELOG process from GitLab-CE to this project

Jason Plum requested to merge 289-automatic-changelog into master

Summary

Bring changelog process from gitlab-ce project to CNG helm chart work.

Changes

Summary of changes made, in order of commit

  • Add items to .helmignore to prevent shipping scripts, documentation & changelogs to Tiller
  • Bring in bin/changelog from GitLab CE project, with minor modification of removing EE logic as we're only shipping one chart. (this alteration can sanely be rescinded in the future)
  • Bring documentation from GitLab CE project, doc/development/changelog.md and sections of CONTRIBUTING.md. Making edits to CONTRIBUTING.md to reflect project content. Update our doc/development/README.md to include a pointer to Changelog process.

Not included yet

  • Import/modify release-tools's changelog/manager for our usage
  • Add CI for changelog/manger

Relates to #289 (closed)

Edited by Jason Plum

Merge request reports