소스 검색

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: