Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code signing setting patch 1.0.5 #4382

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

j796160836
Copy link
Contributor

@j796160836 j796160836 commented Feb 2, 2025

TagCheck

Update version with minor changes.

New Pull Request Checklist

Please mark the points which you did / accept.

@bitrise-coresteps-bot
Copy link
Collaborator

bitrise-coresteps-bot commented Feb 2, 2025

Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.

step.yml changes compared to previous version:

--- steps/code-signing-setting-patch/1.0.4/step.yml	2025-02-02 14:50:51
+++ steps/code-signing-setting-patch/1.0.5/step.yml	2025-02-02 14:50:52
@@ -7,8 +7,8 @@
 source_code_url: https://github.com/j796160836/bitrise-step-code-signing-setting-patch
 support_url: https://github.com/j796160836/bitrise-step-code-signing-setting-patch/issues
-published_at: 2019-12-05T14:56:04.819635+08:00
+published_at: 2025-02-02T22:42:26.764028+08:00
 source:
   git: https://github.com/j796160836/bitrise-step-code-signing-setting-patch.git
-  commit: 99a14f5751560cd6fb1737907a1bc698a62394a1
+  commit: b3310ccb1c8bbc2eeddd7337441220b4ef9a0574
 host_os_tags:
 - osx-10.10
@@ -55,8 +55,19 @@
     - Automatic
     - Manual
+- debug_development_configuration: null
+  opts:
+    description: |
+      The **debug configuration** value will be replaced.
+      Please set your value, or by default you have to use `Debug`.
+    is_expand: true
+    is_required: true
+    summary: The **debug configuration** value will be replaced.
+    title: Development Configuration (Debug)
+    value_options: []
 - debug_development_team: null
   opts:
-    description: "The **debug configurations** of **DEVELOPMENT_TEAM** value will
-      be replaced.  \nLeft blank means `None`.\n"
+    description: |
+      The **debug configurations** of **DEVELOPMENT_TEAM** value will be replaced.
+      Left blank means `None`.
     is_expand: true
     is_required: false
@@ -88,4 +99,14 @@
     value_options: []
 - opts:
+    description: |
+      The **release configuration** value will be replaced.
+      Please set your value, or by default you have to use `Release`.
+    is_expand: true
+    is_required: true
+    summary: The **release configuration** value will be replaced.
+    title: Release Configuration (Release)
+    value_options: []
+  release_configuration: null
+- opts:
     description: "The **release configurations** of **DEVELOPMENT_TEAM** value will
       be replaced.  \nLeft blank means `None`.\n"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants