Преглед изворни кода

adjust promote workflow, give it a name

Jonathan Kelley пре 1 година
родитељ
комит
a0f5fff47a
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      .github/workflows/promote.yml

+ 3 - 1
.github/workflows/promote.yml

@@ -1,4 +1,5 @@
-# Create a PR that promotes the current main pre-release to the next stable release
+# Promote the current main branch to a stable release.
+# This will not actually release anything, so you need to run the release workflow after this.
 #
 # IE if the current master version is 0.4.0-rc.7, this will create a PR to promote it to 0.4.0
 #
@@ -12,6 +13,7 @@
 #
 # This is configured to be ran manually, but could honestly just be a release workflow
 
+name: Promote main to stable branch
 on:
   workflow_dispatch: