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: ddc9878b1feb322e35fa9f85857caad8e7972a84b7a782169620f33cff0f992d
4
- data.tar.gz: 2db09f2fafa55575434732116251d5f3ad549e89b0f9fcd1b1bb1f17329e7c3d
3
+ metadata.gz: e74767f2e90e6f9f6fbcc1a6f1158ed868584ff405cbb7335eb48478837fb25d
4
+ data.tar.gz: 037c17477c37728f1ec7c53d2140ecf5d17e28034200dc4c26fb885ec56549bf
5
5
  SHA512:
6
- metadata.gz: 5fe15acc31ae9f257a5b1e009c1ff318c4fcbb32dba7a4d0981d191cb24441453c118bc0e1cbaa48414549476c884b0b8f5ffdd58fda1d01b17456e28f50105d
7
- data.tar.gz: 69b2df5c792325a475b3574278fc01e3aeb522fa194230e2acb08b72a249e0c49e24b537897feae490b31b7caab13f52934a0c374caae97bbc56f543cca9b39a
6
+ metadata.gz: 56bebc22a13b7eab45707fdeba98577bdd90ba651e3e8400f19cf710044420cfe409dec275f2b13addc7171f140b0918c96d05783eb66bd5496986911037f594
7
+ data.tar.gz: 447c8b4c514c81e11992490bc209c3b13803b1ea0dc888190c059bc4df4f44e40270c8a45cf66dd3048d13c62d2c29b9f4bc97facf0948164b4e7e2dff39aae0
@@ -1 +1 @@
1
- module Fastlane module SemanticRelease VERSION = "1.0.1" end end
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 SemanticRelease
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::SemanticRelease.all_classes.each do |current|
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.1
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