Răsfoiți Sursa

set include-pre-releases: true

Yuki Takei 2 ani în urmă
părinte
comite
0cdf2143bc

+ 3 - 1
.github/release-drafter-dev-6.2.x.yml

@@ -1,5 +1,7 @@
 _extends: growi:.github/release-drafter.yml
 
-# Filter previous releases to consider only those with the tags starts with 'v6.2'
 prerelease: true
+
+# Filter previous releases to consider only those with the tags starts with 'v6.2'
+include-pre-releases: true
 tag-prefix: v6.2

+ 3 - 1
.github/release-drafter-master.yml

@@ -1,5 +1,7 @@
 _extends: growi:.github/release-drafter.yml
 
-# Filter previous releases to consider only those with the master branch
 prerelease: true
+
+# Filter previous releases to consider only those with the master branch
+include-pre-releases: true
 filter-by-commitish: true