[Koha-bugs] [Bug 22890] Add a chronological changelog

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 6 12:22:17 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22890

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Should we have:

* dev (.06, .12) versions in unreleased?

* 1 entry per "version" (ie. our DB versioning), or per important bug report,
per action (Add/Remove/Move), or even per "entity" (pref, db, new feature) ?

* Some possible examples:

Example 1:
#Changelog
## [19.12.00.002] - 2019-12-16
### Added
- pref NewPref added by bug 12345
### Removed
- DB column removed by bug 23456

## [19.12.00.001] - 2019-12-09
### Removed
- Pref removed by bug 11233

## [19.11.00.000] - 2019-11-27


Example 2:
#Changelog
## [Unreleased]
### Added
- pref NewPref added by bug 12345
### Removed
- DB column removed by bug 23456
- Pref removed by bug 11233

## [19.12.00] - 2019-11-27


Example 3:
#Changelog
## [Unreleased]
### Bug 12345 [- with push date?]
- This does something great
- Added NewPref
### Bug 23456
- Removed DB column
### Bug 11233
- Removed Pref

## [19.12.00] - 2019-11-27

Example 4:
#Changelog
## [Unreleased]
### Prefs
- Added NewPref by bug 12345
- Removed Pref by bug 11233

### DB structure
- Removed DB column by bug 23456

## [19.12.00] - 2019-11-27

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list