Skip to content

Show release information from github tags.

Notifications You must be signed in to change notification settings

benbria/node-release-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple server which shows release notes for multiple projects.

To use, create a config.json in the project root:

{
    "gh_username": "myname",
    "gh_token": "mysecret",
    "projects": ["benbria/coffee-coverage", "benbria-promise-tools"]
}

Will render a page that shows tags for each project, and will show comments associated with the last commit for each tag. Or, run as a docker project:

docker run -e "GH_USERNAME=myname" \
    -e "GH_TOKEN=mysecret" \
    -e "PROJECTS=benbria/coffee-coverage,benbria-promise-tools" \
    -p 80:3000 \
    benbria/release-server

About

Show release information from github tags.

Resources

Stars

Watchers

Forks

Packages

No packages published