othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.
MIT License
208 stars 24 forks source link

CI/CD process via GH Actions with Fastlane #40

Closed othyn closed 2 years ago

othyn commented 2 years ago

Description

Adds automated CI/CD with automated changelog and build fragment output to GitHub's Releases via GitHub Actions using Fastlane.

Related Issue

Closes #39

Motivation and Context

I've wanted a completely automated and remote build and release process for this repo for ages, as I have it for most of my repo's and it makes developing software that bit easier in terms of delivering the final mile consistently.

How Has This Been Tested?

Fully tested the release process locally and the Fastlane configuration/setup works end to end. However, I haven't as of yet tested the GitHub Actions side, which I'll do once this is in the dev branch.

Types of changes

Checklist