Releases: FsharpGHActions/daily-verse-telegram-bot
Releases · FsharpGHActions/daily-verse-telegram-bot
Version 1.0.0
First functional version of this project. We have:
- Application written in F# that scrapes a Bible's verse from a website and sends it to a Telegram chat;
- Dockerized application using multi-stage Dockerfile and the last base image is .NET chiseled (.NET distroless);
- Workflow to check lint according to Fantomas;
- Workflow to build and push the containerized application to GitHub registry;
- Workflow to use the dockerized application with a cron trigger.