GitTools / GitReleaseManager

Tool for creating and exporting releases for software applications hosted on GitHub
https://gittools.github.io/GitReleaseManager/docs/
MIT License
298 stars 39 forks source link

Switch to GitHub Actions as preferred CI System #517

Closed gep13 closed 10 months ago

gep13 commented 10 months ago

Detailed Description

We are currently using AppVeyor as the preferred CI system, which means that things like building docs, and doing deployment activities is done from there. To be consistent with other projects in this organisation, we should switch to using GitHub Actions.

Context

This is purely about being consistent, and allowing sharing of secrets through GitHub Actions.

Possible Implementation

Cake.Recipe supports the concept of a prefered CI System, which can be set via the recipe.cake file.

Your Environment

N/A

gittools-bot commented 10 months ago

:tada: This issue has been resolved in version 0.15.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: