We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5deed1 commit 30f53b8Copy full SHA for 30f53b8
CHANGELOG.md
@@ -5,6 +5,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
6
## [Unreleased]
7
### Added
8
+- Notify group on Laravel package releases.
9
### Changed
10
### Deprecated
11
### Removed
public/webhooks/github.php
@@ -49,6 +49,7 @@
49
'php-telegram-bot/telegram-bot-manager' => ['release'],
50
'php-telegram-bot/inline-keyboard-pagination' => ['release'],
51
'php-telegram-bot/fluent-keyboard' => ['release'],
52
+ 'php-telegram-bot/laravel' => ['release'],
53
];
54
55
// Get the incoming webhook data.
0 commit comments