Skip to content

Commit

Permalink
Fix default template
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Dec 8, 2019
1 parent 9e05a7f commit be10893
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1 / 2019-12-08

- [FIX] Fix default template (which misleads users).

## 1.2.0 / 2019-12-08

**NOTE** For security reason, the Web UI is disabled by default. In order to enable it, pass the `--web.ui-enabled` flag
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ targets:
message:
# Use legacy template
title: '{{ template "legacy.title" . }}'
text: '{{ template "legacy.text" . }}'
text: '{{ template "legacy.content" . }}'
webhook_mention_all:
url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
mention:
all: true
webhook_mention_users:
url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
mention:
mobiles: ['156xxxx8827', '189xxxx8325']
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targets:
message:
# Use legacy template
title: '{{ template "legacy.title" . }}'
text: '{{ template "legacy.text" . }}'
text: '{{ template "legacy.content" . }}'
webhook_mention_all:
url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
mention:
Expand Down

0 comments on commit be10893

Please sign in to comment.