fastlane-plugin-sentry 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/fastlane/plugin/sentry/actions/sentry_create_release.rb +1 -1
- data/lib/fastlane/plugin/sentry/actions/sentry_finalize_release.rb +1 -1
- data/lib/fastlane/plugin/sentry/actions/sentry_set_commits.rb +1 -1
- data/lib/fastlane/plugin/sentry/actions/sentry_upload_file.rb +1 -1
- data/lib/fastlane/plugin/sentry/actions/sentry_upload_sourcemap.rb +2 -2
- data/lib/fastlane/plugin/sentry/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d6c28c2c5ad8f33945d200ab4cce4089543662757bf22089323023e96d99e6d
|
4
|
+
data.tar.gz: cb0d41cb46003d1fb39c75970fbfe11ff9108b29d078dcec60e098701dd99a9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d715084f7602660784607c263980edba5354486eeb9354d08b79a6474c3b916d1f6c8dab65d52722697d2e7ce138497f8c9596b9c3bbaa354f0234c10e97fa23
|
7
|
+
data.tar.gz: 58ccb5a13eead6296aa50620a6c55fb8c19ff3ba86f991b3677cba4e6b809df38fce198279f99367aedcb4694f553b9a4fb8abbf663dd103bc60b04d8f5e7989
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
</p>
|
8
8
|
|
9
9
|
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-sentry)
|
10
|
-
[![
|
10
|
+
[![Tests](https://img.shields.io/github/workflow/status/getsentry/sentry-fastlane/test?label=Tests)](https://github.com/getsentry/sentry-fastlane/actions?query=workflow%3A"test")
|
11
11
|
[![Gem Version](https://badge.fury.io/rb/fastlane-plugin-sentry.svg)](https://badge.fury.io/rb/fastlane-plugin-sentry)
|
12
12
|
|
13
13
|
## Getting Started
|
@@ -8,7 +8,7 @@ module Fastlane
|
|
8
8
|
Helper::SentryConfig.parse_api_params(params)
|
9
9
|
|
10
10
|
version = params[:version]
|
11
|
-
version = "#{params[:app_identifier]}
|
11
|
+
version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
|
12
12
|
|
13
13
|
command = [
|
14
14
|
"sentry-cli",
|
@@ -8,7 +8,7 @@ module Fastlane
|
|
8
8
|
Helper::SentryConfig.parse_api_params(params)
|
9
9
|
|
10
10
|
version = params[:version]
|
11
|
-
version = "#{params[:app_identifier]}
|
11
|
+
version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
|
12
12
|
|
13
13
|
command = [
|
14
14
|
"sentry-cli",
|
@@ -8,7 +8,7 @@ module Fastlane
|
|
8
8
|
Helper::SentryConfig.parse_api_params(params)
|
9
9
|
|
10
10
|
version = params[:version]
|
11
|
-
version = "#{params[:app_identifier]}
|
11
|
+
version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
|
12
12
|
|
13
13
|
command = [
|
14
14
|
"sentry-cli",
|
@@ -10,7 +10,7 @@ module Fastlane
|
|
10
10
|
file = params[:file]
|
11
11
|
|
12
12
|
version = params[:version]
|
13
|
-
version = "#{params[:app_identifier]}
|
13
|
+
version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
|
14
14
|
|
15
15
|
command = [
|
16
16
|
"sentry-cli",
|
@@ -10,13 +10,13 @@ module Fastlane
|
|
10
10
|
version = params[:version]
|
11
11
|
sourcemap = params[:sourcemap]
|
12
12
|
|
13
|
-
version = "#{params[:app_identifier]}
|
13
|
+
version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
|
14
14
|
|
15
15
|
command = [
|
16
16
|
"sentry-cli",
|
17
17
|
"releases",
|
18
18
|
"files",
|
19
|
-
|
19
|
+
version,
|
20
20
|
"upload-sourcemaps",
|
21
21
|
sourcemap.to_s
|
22
22
|
]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-sentry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sentry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|