LunarClient / Apollo

Next-generation Lunar Client server API
https://lunarclient.dev
MIT License
65 stars 15 forks source link

Allow releases on version branches #122

Closed ItsNature closed 5 months ago

ItsNature commented 5 months ago

Overview

Description: Allows GitHub releases to be created on the branches that start with version/.

Changes While releasing version 1.0.9, we encountered an issue wherein the deployment process failed after merging the version/1.0.9 branch into master. This occurred because the deployment had already successfully run on the version/ branch, which was marked for release. This code will fix it by allowing the version/ branch to create the release.

Review Request Checklist