fastlane-plugin-semantic_release_workflow 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e74767f2e90e6f9f6fbcc1a6f1158ed868584ff405cbb7335eb48478837fb25d
|
|
4
|
+
data.tar.gz: 037c17477c37728f1ec7c53d2140ecf5d17e28034200dc4c26fb885ec56549bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56bebc22a13b7eab45707fdeba98577bdd90ba651e3e8400f19cf710044420cfe409dec275f2b13addc7171f140b0918c96d05783eb66bd5496986911037f594
|
|
7
|
+
data.tar.gz: 447c8b4c514c81e11992490bc209c3b13803b1ea0dc888190c059bc4df4f44e40270c8a45cf66dd3048d13c62d2c29b9f4bc97facf0948164b4e7e2dff39aae0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
module Fastlane module
|
|
1
|
+
module Fastlane module SemanticReleaseWorkflow VERSION = "1.0.2" end end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'fastlane/plugin/semantic_release/version'
|
|
2
2
|
|
|
3
3
|
module Fastlane
|
|
4
|
-
module
|
|
4
|
+
module SemanticReleaseWorkflow
|
|
5
5
|
# Return all .rb files inside the "actions" and "helper" directory
|
|
6
6
|
def self.all_classes
|
|
7
7
|
Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
|
|
@@ -11,6 +11,6 @@ end
|
|
|
11
11
|
|
|
12
12
|
# By default we want to import all available actions and helpers
|
|
13
13
|
# A plugin can contain any number of actions and plugins
|
|
14
|
-
Fastlane::
|
|
14
|
+
Fastlane::SemanticReleaseWorkflow.all_classes.each do |current|
|
|
15
15
|
require current
|
|
16
16
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-semantic_release_workflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phong Nguyen
|
|
@@ -144,12 +144,12 @@ extra_rdoc_files: []
|
|
|
144
144
|
files:
|
|
145
145
|
- LICENSE
|
|
146
146
|
- README.md
|
|
147
|
-
- lib/fastlane/plugin/semantic_release.rb
|
|
148
147
|
- lib/fastlane/plugin/semantic_release/actions/analyze_commits.rb
|
|
149
148
|
- lib/fastlane/plugin/semantic_release/actions/conventional_changelog.rb
|
|
150
149
|
- lib/fastlane/plugin/semantic_release/actions/create_release.rb
|
|
151
150
|
- lib/fastlane/plugin/semantic_release/helper/semantic_release_helper.rb
|
|
152
151
|
- lib/fastlane/plugin/semantic_release/version.rb
|
|
152
|
+
- lib/fastlane/plugin/semantic_release_workflow.rb
|
|
153
153
|
homepage: https://github.com/phongnguyen93/fastlane-plugin-semantic_release
|
|
154
154
|
licenses:
|
|
155
155
|
- MIT
|