Skip to content

Commit

Permalink
#14: Added develop branch to webhook filter (#15)
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
tomuben authored May 25, 2022
1 parent d404eb1 commit 241bd46
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 21 deletions.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Changes

* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)
24 changes: 24 additions & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# script-languages-container-ci-setup 0.2.0, released t.b.d.

Code name: t.b.d.

## Summary

t.b.d.


## Bug Fixes

- #14: Added develop branch to webhook filter

## Features / Enhancements

n/a

## Documentation

n/a

## Refactoring

n/a
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Resources:
- - Type: EVENT
Pattern: PUSH,PULL_REQUEST_MERGED
- Type: HEAD_REF
Pattern: ^refs/heads/(main|master|rebuild|feature|bug|enhancement|refactoring|ci|security)/.*
Pattern: ^refs/heads/(main|master|develop|rebuild|feature|bug|enhancement|refactoring|ci|security)/.*
ExcludeMatchedPattern: false
ServiceRole: !GetAtt CodeBuildRole.Arn
BuildBatchConfig:
Expand Down
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-script-languages-container-ci-setup"
version = "0.1.0"
version = "0.2.0"
description = "Manages AWS cloud CI build infrastructure."

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup_kwargs = {
'name': 'exasol-script-languages-container-ci-setup',
'version': '0.1.0',
'version': '0.2.0',
'description': 'Manages AWS cloud CI build infrastructure.',
'long_description': None,
'author': 'Thomas Uebensee',
Expand Down

0 comments on commit 241bd46

Please sign in to comment.