stable

Clone or download

Read-only

request #9861: ChangeLog files are things of the past

one should use git log for a real, useful change log. In order to not break things in one commit, we keep the path tools/utils/changelogs/generate.sh. The docker image and the doc will be updated after the merge of this commit. To test, update files in plugins, in core, in themes. And add them in the git staging area. Then run the following command: tools/utils/version_numbers/generate.sh Then run `git diff`. You should see various VERSION files updated. Change-Id: Ia519b018f364339215f4fb146d00f0900057d7a2

Modified Files

Name
A tools/utils/changelogs +1 −0 Go to diff View file
D tools/utils/changelogs/insert_line_in_core_changelog.php +0 −63 Go to diff View file
D tools/utils/changelogs/insert_lines_in_plugin_changelog.php +0 −41 Go to diff View file
D tools/utils/releases_notes/ChangeLogReader.class.php +0 −77 Go to diff View file
D tools/utils/releases_notes/Release.class.php +0 −53 Go to diff View file
D tools/utils/releases_notes/Section.class.php +0 −84 Go to diff View file
D tools/utils/releases_notes/generate.php +0 −39 Go to diff View file
D tools/utils/releases_notes/templates/frs/changes.php +0 −6 Go to diff View file
D tools/utils/releases_notes/templates/frs/index.php +0 −18 Go to diff View file
D tools/utils/releases_notes/templates/html/changes.php +0 −8 Go to diff View file
D tools/utils/releases_notes/templates/html/index.php +0 −12 Go to diff View file
D tools/utils/releases_notes/templates/marketing/changes.php +0 −12 Go to diff View file
D tools/utils/releases_notes/templates/marketing/index.php +0 −98 Go to diff View file
R tools/utils/changelogs/generate.sh Go to diff View file
R tools/utils/changelogs/increment_tuleap_version.php Go to diff View file