Skip to content

Commit

Permalink
chore(chglog) allow slash in title
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jan 5, 2021
1 parent 104539d commit 35fbb9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Expand Up @@ -17,7 +17,7 @@ options:
# perf: Performance Improvements
# refactor: Code Refactoring
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\s(.*)$"
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s\\/]*)\\))?\\s(.*)$"
pattern_maps:
- Type
- Scope
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@
### feat
- **storage:** add etcd storage backend ([#13](https://github.com/fffonion/lua-resty-acme/issues/13)) [841e0c3](https://github.com/fffonion/lua-resty-acme/commit/841e0c3b527c442fdf0a7dc75c71d5cc8088b194)

### fix
- **storage/etcd:** fix etcd list, add and add tests [7ddc1b4](https://github.com/fffonion/lua-resty-acme/commit/7ddc1b4a5e0c40850fa7f3d62bc460398518a7aa)


<a name="0.5.10"></a>
## [0.5.10] - 2020-12-08
Expand Down

0 comments on commit 35fbb9c

Please sign in to comment.