Skip to content

Commit

Permalink
docs: convert NEWS to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Mar 25, 2021
1 parent a98fe2f commit bbf0ff7
Show file tree
Hide file tree
Showing 7 changed files with 2,334 additions and 2,323 deletions.
26 changes: 26 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
2,293 changes: 2,293 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit bbf0ff7

Please sign in to comment.