Skip to content

Commit

Permalink
chore: bump version to 1.1.0 (DSP-1492) (#55)
Browse files Browse the repository at this point in the history
* chore: bump version to 1.1.0

* chore: improve regex

Release-As: 1.1.0
  • Loading branch information
BalduinLandolt committed Apr 9, 2021
1 parent 0414948 commit 3814ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ckeck-pr-title.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
# check PR title
- uses: deepakputhraya/action-pr-title@master
with:
regex: '([a-z])+(\(([a-z\-_])+\))?!?: ([a-zA-Z ])+ (\([A-Z]+-\d+\)|\d(\.\d){2}$)' # Regex the title should match.
regex: '([a-z])+(\(([a-z\-_])+\))?!?: ([a-zA-Z-\.\d ])+ (\([A-Z]+-\d+\)|\d(\.\d){2}$)' # Regex the title should match.
allowed_prefixes: 'fix,refactor,feat,docs,chore,style,test' # title should start with the given prefix
disallowed_prefixes: 'feature,hotfix,doc' # title should not start with the given prefix
prefix_case_sensitive: true # title prefix are case insensitive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
refused:
# Refuse if tests failed
# Do not release if tests failed
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure'}}
steps:
Expand Down

0 comments on commit 3814ed2

Please sign in to comment.