https://github.com/reactiveui/reactiveui/releases
https://github.com/github/akavache/releases
https://github.com/xpaulbettsx/splat/releasesReleases – a workflow for shipping software to end users
11–20 of 82 posts
Re: Releases – a workflow for shipping software to end users
#12While on the subject: does anyone know a software/service for automating software releases? I usually perform these steps manually: create a new tag, merge the “next” branch into the “master” branch, run “make dist” from a clean checkout, do a handful of sanity checks on the result, gpg-sign it, push it into a separate git repository for the website, archive the current docs in the website, update the website’s docs…
Re: Releases – a workflow for shipping software to end users
#13Cool! We finally have downloads back! It looks like this fails on tag names that have a slash in them.
Re: Releases – a workflow for shipping software to end users
#14Here's a few examples of Releases: https://github.com/reactiveui/reactiveui/releases https://github.com/github/akavache/releases https://github.com/xpaulbettsx/splat/releases
Re: Releases – a workflow for shipping software to end users
#15Re: Releases – a workflow for shipping software to end users
#16Re: Releases – a workflow for shipping software to end users
#17While on the subject: does anyone know a software/service for automating software releases? I usually perform these steps manually: create a new tag, merge the “next” branch into the “master” branch, run “make dist” from a clean checkout, do a handful of sanity checks on the result, gpg-sign it, push it into a separate git repository for the website, archive the current docs in the website, update the website’s docs…
Re: Releases – a workflow for shipping software to end users
#18Re: Releases – a workflow for shipping software to end users
#19While on the subject: does anyone know a software/service for automating software releases? I usually perform these steps manually: create a new tag, merge the “next” branch into the “master” branch, run “make dist” from a clean checkout, do a handful of sanity checks on the result, gpg-sign it, push it into a separate git repository for the website, archive the current docs in the website, update the website’s docs…