Skip to content

Commit fa5455c

Browse files
committed
chore: Switch release mechanism to the toys-release gem
Signed-off-by: Daniel Azuma <[email protected]>
1 parent 7ca83ae commit fa5455c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.toys/.toys.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
toys_version! ">= 0.16"
3+
toys_version! ">= 0.17"
44

55
expand :clean, paths: :gitignore
66

@@ -19,7 +19,4 @@
1919

2020
expand :gem_build, name: "install", install_gem: true
2121

22-
load_git remote: "https://github.com/dazuma/toys.git",
23-
commit: "common-tools/v0.17.0",
24-
path: "common-tools/release",
25-
as: "release"
22+
load_gem "toys-release", as: "release"

0 commit comments

Comments
 (0)