diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..fec26df --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,5 @@ +## Upgrading + +### Moving from lbiltech/telegram-git-notifier to cslant/telegram-git-notifier +- Run `composer remove lbiltech/telegram-git-notifier` and `composer require cslant/telegram-git-notifier` +- Replace any reference in your application from `LbilTech\TelegramGitNotifier` to `Cslant\TelegramGitNotifier`