0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-22 10:00:38 +00:00

[skip ci] update changelog and config

This commit is contained in:
Robert Kaussow 2021-02-09 13:46:20 +01:00
parent 7991376635
commit e70ec5d2d3
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 12 additions and 18 deletions

View File

@ -4,19 +4,13 @@ info:
title: CHANGELOG title: CHANGELOG
repository_url: https://github.com/owncloud-ci/drone-ansible repository_url: https://github.com/owncloud-ci/drone-ansible
options: options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commit_groups: commit_groups:
# title_maps: title_maps:
# feat: Features feat: Features
# fix: Bug Fixes fix: Bug Fixes
# perf: Performance Improvements perf: Performance Improvements
# refactor: Code Refactoring refactor: Code Refactoring
chore: Others
header: header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps: pattern_maps:

View File

@ -2,14 +2,14 @@
## [v2.10.3](https://github.com/owncloud-ci/drone-ansible/compare/v2.10.2...v2.10.3) (2021-02-09) ## [v2.10.3](https://github.com/owncloud-ci/drone-ansible/compare/v2.10.2...v2.10.3) (2021-02-09)
### Chore ### Code Refactoring
- cleanup docker setup ([#9](https://github.com/owncloud-ci/drone-ansible/issues/9))
### Others
- **deps:** update dependency ansible to v2.10.6 ([#10](https://github.com/owncloud-ci/drone-ansible/issues/10)) - **deps:** update dependency ansible to v2.10.6 ([#10](https://github.com/owncloud-ci/drone-ansible/issues/10))
- **deps:** update plugins/base:linux-amd64 docker digest to d1dc958 - **deps:** update plugins/base:linux-amd64 docker digest to d1dc958
- **deps:** update plugins/base:linux-arm docker digest to 186ca99 - **deps:** update plugins/base:linux-arm docker digest to 186ca99
- **deps:** update plugins/base:linux-arm64 docker digest to 9bdb27f - **deps:** update plugins/base:linux-arm64 docker digest to 9bdb27f
### Refactor
- cleanup docker setup ([#9](https://github.com/owncloud-ci/drone-ansible/issues/9))