toys-release 0.3.0 → 0.3.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.
@@ -6,6 +6,6 @@ module Toys
6
6
  # Current version of the Toys release system.
7
7
  # @return [String]
8
8
  #
9
- VERSION = "0.3.0"
9
+ VERSION = "0.3.2"
10
10
  end
11
11
  end
@@ -471,6 +471,7 @@ module Toys
471
471
  @utils.log("Pre-cleaning the repo for step #{step.name}")
472
472
  count = clean_tree(nil)
473
473
  @utils.log("Cleaned #{count} items") if count.positive?
474
+ @utils.exec(["git", "reset", "--hard"])
474
475
  end
475
476
 
476
477
  ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toys-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -81,10 +81,10 @@ homepage: https://github.com/dazuma/toys
81
81
  licenses:
82
82
  - MIT
83
83
  metadata:
84
- changelog_uri: https://dazuma.github.io/toys/gems/toys-release/v0.3.0/file.CHANGELOG.html
84
+ changelog_uri: https://dazuma.github.io/toys/gems/toys-release/v0.3.2/file.CHANGELOG.html
85
85
  source_code_uri: https://github.com/dazuma/toys/tree/main/toys-release
86
86
  bug_tracker_uri: https://github.com/dazuma/toys/issues
87
- documentation_uri: https://dazuma.github.io/toys/gems/toys-release/v0.3.0
87
+ documentation_uri: https://dazuma.github.io/toys/gems/toys-release/v0.3.2
88
88
  rdoc_options: []
89
89
  require_paths:
90
90
  - lib