fastlane-plugin-better_semantic_release 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2e567960e000716fcec33f714dfa4c83514923cffb9e6aa0d89f4bbcb7fc52f
|
4
|
+
data.tar.gz: 2770b86e3a819fc0d18e18bd053138b6f8e23456011cc67702d8aa4f7b79d58e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e4db89d5d4342bcba405d6033c1cc19f679bae0ecd7c6106dd1b77d0768e7a1c5086963cf41f9359a829ceee6dda04a6cc0286e7c95efc28a163ad5bc8c0825
|
7
|
+
data.tar.gz: 7b59437f89d7b78b7bd6b6620b50f3f260f7804ba042d878a6cf4e4a0dea4eebabb89124e9324b74329a9afa95ab83eca3d7efd5584840f6c99905281bd8396f
|
@@ -314,7 +314,7 @@ module Fastlane
|
|
314
314
|
FastlaneCore::ConfigItem.new(
|
315
315
|
key: :releases,
|
316
316
|
description: "Map types of commit to release (major, minor, patch)",
|
317
|
-
default_value: { fix: "patch", feat: "minor" },
|
317
|
+
default_value: { build: "patch", chore: "patch", ci: "patch", fix: "patch", feat: "minor", perf: "patch", refactor: "patch", style: "patch" },
|
318
318
|
type: Hash
|
319
319
|
),
|
320
320
|
FastlaneCore::ConfigItem.new(
|
@@ -1 +1 @@
|
|
1
|
-
module Fastlane module BetterSemanticRelease VERSION = "2.0.
|
1
|
+
module Fastlane module BetterSemanticRelease VERSION = "2.0.5" end end
|