Skip to content

Commit

Permalink
[TASK] use tailor, drop CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Oct 18, 2021
1 parent 28e95cf commit 4d62301
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"typo3/cms-core": "^9.5.8"
},
"require-dev": {
"bk2k/extension-helper": "^1.0",
"browserstack/browserstack-local": "dev-master",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.3",
Expand All @@ -37,6 +36,7 @@
"roave/security-advisories": "dev-master",
"typo3/cms-install": "^9.5.8",
"typo3/cms-tstemplate": "^9.5.8",
"typo3/tailor": "^1.3",
"typo3/testing-framework": "^4.9"
},
"config": {
Expand Down Expand Up @@ -119,13 +119,12 @@
],
"release:create": [
"[ -z \"$IS_DDEV_PROJECT\" ] || ( echo 'Do not use from within ddev - Signing the commit would not work'; exit 1 ) || exit $?",
"extension-helper release:create",
"mv cookieman_*.zip .build || exit $?"
],
"release:prepare": [
"@build",
"[ -z \"$(git status --porcelain)\" ] || ( echo Working copy not clean; exit 1 )",
"@test"
"tailor set-version",
"echo [RELEASE] $(grep release Documentation/Settings.cfg | grep -Eo '([0-9]+(\\.|$)){3}') > /tmp/COMMIT_MSG || exit $?",
"echo >> /tmp/COMMIT_MSG || exit $?",
"git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline --pretty=format:'%cs %s [%aN] (%h)' >> /tmp/COMMIT_MSG || exit $?",
"git commit --gpg-sign -aF /tmp/COMMIT_MSG || exit $?",
"git tag --sign -F /tmp/COMMIT_MSG"
],
"test": [
"@test:cgl",
Expand Down

0 comments on commit 4d62301

Please sign in to comment.