Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Mar 11, 2022
2 parents 6de6156 + 549eff5 commit 643b011
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ body:
id: terms
attributes:
label: Code of Conduct
description: |
description: >
By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/eliashaeussler/typo3-form-consent/blob/main/.github/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct.
required: true
- type: markdown
attributes:
value: |
value: >
:bulb: **Tip:** Have you already looked into our
[Slack channel](https://typo3.slack.com/archives/C03719PJJJD)? Maybe your problem has
already been discussed there.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
- type: textarea
attributes:
label: Describe alternatives you've considered
description: |
description: >
A clear and concise description of any alternative solutions or features
you've considered.
- type: textarea
Expand All @@ -33,15 +33,15 @@ body:
id: terms
attributes:
label: Code of Conduct
description: |
description: >
By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/eliashaeussler/typo3-form-consent/blob/main/.github/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct.
required: true
- type: markdown
attributes:
value: |
value: >
:bulb: **Tip:** Have you already looked into our
[Slack channel](https://typo3.slack.com/archives/C03719PJJJD)? Maybe your problem has
already been discussed there.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@ jobs:
- name: Fix coverage path
working-directory: .Build/log/coverage
run: sed -i 's#/var/www/html#${{ github.workspace }}#g' clover.xml
if: ${{ matrix.coverage && github.event_name == 'pull_request' }}
if: ${{ matrix.coverage }}
- name: CodeClimate report
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{ github.workspace }}/.Build/log/coverage/clover.xml:clover
if: ${{ matrix.coverage && github.event_name == 'pull_request' }}
if: ${{ matrix.coverage }}
- name: codecov report
uses: codecov/codecov-action@v2
with:
directory: .Build/log/coverage
fail_ci_if_error: true
verbose: true
if: ${{ matrix.coverage && github.event_name == 'pull_request' }}
if: ${{ matrix.coverage }}

# Save acceptance reports
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TYPO3 extension `form_consent`

[![Coverage](https://codecov.io/gh/eliashaeussler/typo3-form-consent/branch/main/graph/badge.svg?token=PQ0101QE3S)](https://codecov.io/gh/eliashaeussler/typo3-form-consent)
[![Coverage](https://codecov.io/gh/eliashaeussler/typo3-form-consent/branch/develop/graph/badge.svg?token=PQ0101QE3S)](https://codecov.io/gh/eliashaeussler/typo3-form-consent)
[![Maintainability](https://api.codeclimate.com/v1/badges/c88c6c0bbc31c02153ef/maintainability)](https://codeclimate.com/github/eliashaeussler/typo3-form-consent/maintainability)
[![Tests](https://github.com/eliashaeussler/typo3-form-consent/actions/workflows/tests.yaml/badge.svg)](https://github.com/eliashaeussler/typo3-form-consent/actions/workflows/tests.yaml)
[![CGL](https://github.com/eliashaeussler/typo3-form-consent/actions/workflows/cgl.yaml/badge.svg)](https://github.com/eliashaeussler/typo3-form-consent/actions/workflows/cgl.yaml)
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'author_email' => '[email protected]',
'state' => 'beta',
'clearCacheOnLoad' => false,
'version' => '0.3.0',
'version' => '0.3.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.11-11.5.99',
Expand Down

0 comments on commit 643b011

Please sign in to comment.