-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Actions Draft Releases to dev-unstable and dev-master (#552)
* All tags build to GH-Actions artifacts. * Tag names containing releas will draft-release to emuflight repo. * Tag names containing unstab or test will draft-release to dev-unstable repo. * Tag names containing master will draft-release to dev-master repo. * tag could potentially contain all of the above substrings for draft-release to multiple repos. * Removes defunct JFrog BinTray uploading. * Disable building all branches (now requires tagging) * Forks can use tags as well for personal repo gh-actions artifacts. * How to: gitcheckout [master|branch|commit] git tag buildMe git push [origin|upstream] buildMe git tag --delete buildMe #delete local tag git push --delete [origin|upstream] buildMe #delete remote tag * tagname examples that will apply draft-release to target repos: forTesting, releaseThis, stableMaster,ReleaseMasterAndUnstable
- Loading branch information
1 parent
cbb1c7f
commit 058d04c
Showing
1 changed file
with
146 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters