Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-10-19 16:58:14 +0300
committerGitHub <noreply@github.com>2022-10-19 16:58:14 +0300
commite1fbff29e3263cb60718f7595c9f26dd72989a3a (patch)
treee04b99ee7edb73252e8c182c14f784d69b4added
parent5161a06975d98ddd098fe9ae327214a1da2a25de (diff)
ci: set default to patch (#579)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6e41926f..1051c199 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
- "patch"
- "minor"
# - "major"
- default: "minor"
+ default: "patch"
jobs:
main: