Skip to content
Snippets Groups Projects
Commit 503f2cc1 authored by julian.baeume's avatar julian.baeume :pick:
Browse files

use auto-changelog to maintain Changelog

this automates a lot of tasks when creating a Changelog entry for the next release.
parent ae56d8c0
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"prepare": "husky install", "prepare": "husky install",
"test": "LOG_LEVEL=error mocha --loader=testdouble", "test": "LOG_LEVEL=error mocha --loader=testdouble",
"release-chart": "cd helm/core-ui-middleware/ && npx --package=@open-xchange/release-it -- release-it", "release-chart": "cd helm/core-ui-middleware/ && npx --package=@open-xchange/release-it -- release-it",
"release-app": "npx --package=@open-xchange/release-it -- release-it", "release-app": "npx --package=@open-xchange/release-it@latest -- release-it-auto-keepachangelog",
"release": "yarn release-chart && yarn release-app" "release": "yarn release-chart && yarn release-app"
}, },
"author": "Open-Xchange", "author": "Open-Xchange",
...@@ -51,5 +51,10 @@ ...@@ -51,5 +51,10 @@
"classNameTemplate": "{classname}", "classNameTemplate": "{classname}",
"titleTemplate": "{title}", "titleTemplate": "{title}",
"outputDirectory": "output/" "outputDirectory": "output/"
},
"auto-changelog": {
"replaceText": {
"([A-Z]+-\\d+)": "[`$1`](https://jira.open-xchange.com/browse/$1)"
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment