sandstorm-io/vagrant-spk

Implement GitHub Actions for releases

Open

#256 opened on Feb 3, 2020

View on GitHub
 (8 comments) (1 reaction) (1 assignee)Python (28 forks)github user discovery
good-first-issuehelp wantedrelease-distrib

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (PR metrics pending)

Description

Since we need to install things like WINE and github-release and such to do vagrant-spk releases, and most of the release process is already well-scripted, we should consider making this a GitHub Action.

Currently this repo fails to document or include installation of the github-release tool the release script depends on. Kenton knows the github-release tool he used for the last release is version 0.7.2, and I found https://github.com/aktau/github-release/releases/tag/v0.7.2 which I believe is plausibly the correct one.

Contributor guide