lavie / runlike

Given an existing docker container, prints the command line necessary to run a copy of it.
Other
1.87k stars 113 forks source link

automate CI #51

Open lavie opened 5 years ago

lavie commented 5 years ago
lavie commented 3 years ago

https://docs.travis-ci.com/user/build-stages

reconman commented 1 year ago

Check https://github.com/marvinpinto/action-automatic-releases#create-a-new-github-release-when-tags-are-pushed-to-the-repository for automatic release notes.

I'm using it in FGA to produce release notes like this: https://github.com/Fate-Grand-Automata/FGA/releases. It uses the Automatically generate a pre-release when changes land on master part because I don't use releases for that project. Users can only download the latest APK.

lavie commented 1 year ago

honestly, the releases aren't crucial to the project. since most users will pull the tool with pip or docker, it's not super critical to also create releases. the releases are mostly a way to thank contributors and inform users of major features being added.