diff --git a/docs/New-Releases-Notification.md b/docs/New-Releases-Notification.md new file mode 100644 index 0000000..9bd85ae --- /dev/null +++ b/docs/New-Releases-Notification.md @@ -0,0 +1,23 @@ +# Notification about new Releases + +Do you want to get notified about a new release? +There are several ways for it: + +## Github Notifications +You will need a Github Account for this! + +1. Log into your Github account on [Github](https://github.com). +1. Go to [AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device). +1. On the top right side, click onto `Watch` and select `Custom`: + ![](img/release-notification.png) +1. Select `Releases`. + +You will get an email when a new release gets created. + +See also [Github Documentation](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions). + +## CodeRelease.io + +Alternatively or if you do not want to create a Github account, [CodeRelease.io](https://coderelease.io) can be an alternative. + +You also have to subscribe with an emailaddress but no account is required. \ No newline at end of file diff --git a/docs/img/release-notification.png b/docs/img/release-notification.png new file mode 100644 index 0000000..8607f54 Binary files /dev/null and b/docs/img/release-notification.png differ diff --git a/docs/nav.yml b/docs/nav.yml index cfd909f..881b770 100644 --- a/docs/nav.yml +++ b/docs/nav.yml @@ -33,6 +33,7 @@ nav: - Learn-models-with-your-own-images.md - Correction Algorithm.md - Additional-Information.md + - New-Releases-Notification.md - Troubleshooting: - Error-Codes.md