Skip to content

Turn github releases & commits into a project changelog for your discord server

License

Notifications You must be signed in to change notification settings

sindreslungaard/release-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-bot

Turn github releases & commits into a project changelog for your discord server

Run with docker

# Login to github's docker registry
docker login docker.pkg.github.com

# Run the container
docker run -d \
    --name release-bot \
    --restart unless-stopped \
    -p <host_port>:<container_port> \
    -e port=<container_port> \
    -e secret=<secret> \
    -e github_owner=<github_owner> \
    -e github_repo=<github_repo> \
    -e webhook=<webhook_url> \
    docker.pkg.github.com/sindreslungaard/release-bot/release-bot:latest

In your repository settings, create a webhook for releases and point it to yourdomain.com/github/release?secret=<your_secret>

About

Turn github releases & commits into a project changelog for your discord server

Resources

License

Stars

Watchers

Forks

Packages