docs: convert NEWS to CHANGELOG.md

pull/230/merge
Francis Lachapelle 2021-03-25 16:44:20 -04:00
parent a98fe2f850
commit bbf0ff79e8
7 changed files with 2334 additions and 2323 deletions

26
.versionrc.json 100644
View File

@ -0,0 +1,26 @@
{
"tag-prefix": "SOGo-",
"issueUrlFormat": "https://sogo.nu/bugs/view.php?id={{id}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"types": [
{"type": "feat", "section": "Features"},
{"type": "refactor", "section": "Enhancements"},
{"type": "perf", "section": "Enhancements"},
{"type": "i18n", "section": "Localization"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "test", "hidden": true}
],
"skip": {
"commit": true,
"tag": true
},
"bumpFiles": [
{
"filename": "Version",
"updater": "Scripts/standard-version-updater.js"
}
]
}

2293
CHANGELOG.md 100644

File diff suppressed because it is too large Load Diff

2320
NEWS

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
module.exports.readVersion = function (contents) {
console.debug('readVersion = ' + contents.match(/([0-9]+)/mg).join('.'));
return contents.match(/([0-9]+)/mg).join('.');
};
module.exports.writeVersion = function (contents, version) {
console.debug('writeVersion = ' + version);
const versions = version.split('.');
return "MAJOR_VERSION=" + versions[0] + "\nMINOR_VERSION=" + versions[1] + "\nSUBMINOR_VERSION=" + versions[2];
};

View File

@ -1,4 +1,5 @@
NEWS
CHANGELOG.md
Scripts/*.js
Scripts/*.sh
Scripts/updates.php
Apache/SOGo-apple-ab.conf

View File

@ -1,4 +1,5 @@
NEWS
CHANGELOG.md
Scripts/*.js
Scripts/*.sh
Scripts/updates.php
Apache/SOGo-apple-ab.conf

View File

@ -336,7 +336,7 @@ rm -fr ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/cron.d/sogo
%config(noreplace) %{_sysconfdir}/httpd/conf.d/SOGo.conf
%config(noreplace) %{_sysconfdir}/sysconfig/sogo
%doc ChangeLog NEWS Scripts/*sh Scripts/updates.php Apache/SOGo-apple-ab.conf
%doc ChangeLog CHANGELOG.md Scripts/*sh Scripts/updates.php Apache/SOGo-apple-ab.conf
%files -n sogo-tool
%{_sbindir}/sogo-tool