Skip to content

Commit

Permalink
[RELEASE] Release v11.0.0
Browse files Browse the repository at this point in the history
Closes: #457
  • Loading branch information
simonschaufi committed Oct 6, 2021
1 parent 0339662 commit 542dd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
with:
pattern: '^(|\[(!!!|WIP|POC|REVERT)\])\[(BUGFIX|DOCS|FEATURE|TASK)\] .+($|\n|\r|\n\r)'
pattern: '^(|\[(!!!|WIP|POC|REVERT)\])\[(BUGFIX|DOCS|FEATURE|TASK|RELEASE)\] .+($|\n|\r|\n\r)'
flags: ''
error: 'Your first line has to contain a commit type like "[BUGFIX]", "[DOCS]", "[FEATURE]" or "[TASK]".'

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'author' => 'Nico de Haen',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '10.0.1',
'version' => '11.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.4.0-11.9.99'
Expand Down

0 comments on commit 542dd19

Please sign in to comment.