Skip to content

Commit

Permalink
use github releases for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Jan 30, 2025
1 parent 1b6541c commit 58c3ca7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 518 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.7.6
ruby-3.3.7
443 changes: 0 additions & 443 deletions CHANGELOG.md

This file was deleted.

56 changes: 1 addition & 55 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,12 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
async (1.30.3)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.60.1)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.24.0)
protocol-http1 (~> 0.15.0)
protocol-http2 (~> 0.15.0)
traces (>= 0.8.0)
async-http-faraday (0.11.0)
async-http (~> 0.42)
faraday
async-io (1.34.3)
async
async-pool (0.3.12)
async (>= 1.25)
base64 (0.1.1)
bigdecimal (3.1.4)
cgi (0.3.6)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
crack (0.4.5)
rexml
diff-lcs (1.5.0)
Expand All @@ -59,24 +38,8 @@ GEM
cgi (>= 0.3.3)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.4.1)
faraday (>= 0.8)
faraday-net_http (3.0.2)
ffi (1.15.5)
fiber-local (1.0.0)
formatador (1.1.0)
github_changelog_generator (1.16.4)
activesupport
async (>= 1.25.0)
async-http-faraday
faraday-http-cache
multi_json
octokit (~> 4.6)
rainbow (>= 2.2.1)
rake (>= 10.0)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand All @@ -103,27 +66,15 @@ GEM
lumberjack (1.2.8)
method_source (1.0.0)
minitest (5.20.0)
multi_json (1.15.0)
mutex_m (0.2.0)
nenv (0.3.0)
nio4r (2.5.8)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
protocol-hpack (1.4.2)
protocol-http (0.24.7)
protocol-http1 (0.15.1)
protocol-http (~> 0.22)
protocol-http2 (0.15.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -166,9 +117,6 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
semantic (1.6.1)
shellany (0.0.1)
simplecov (0.22.0)
Expand All @@ -179,8 +127,6 @@ GEM
simplecov_json_formatter (0.1.4)
thor (1.2.1)
timecop (0.9.8)
timers (4.3.5)
traces (0.8.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -193,6 +139,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-24
x86_64-darwin-22
x86_64-linux

Expand All @@ -201,7 +148,6 @@ DEPENDENCIES
bundler
erb (~> 4.0.2)
factory_bot (~> 6.4.2)
github_changelog_generator (= 1.16.4)
guard-rspec (~> 4.7.3)
pry (~> 0.14.1)
rake (~> 13.1.0)
Expand Down
1 change: 0 additions & 1 deletion app_store_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'erb', '~> 4.0.2'
spec.add_development_dependency 'factory_bot', '~> 6.4.2'
spec.add_development_dependency 'github_changelog_generator', '1.16.4'
spec.add_development_dependency 'guard-rspec', '~> 4.7.3'
spec.add_development_dependency 'pry', '~> 0.14.1'
spec.add_development_dependency 'rake', '~> 13.1.0'
Expand Down
17 changes: 0 additions & 17 deletions lib/tasks/changelog.rake

This file was deleted.

1 change: 0 additions & 1 deletion lib/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ task :release do
version = version_increment.call

Rake::Task['bundle:install'].invoke
Rake::Task['changelog'].invoke("v#{version}")
Rake::Task['git:add'].invoke('-A')
Rake::Task['git:commit'].invoke("v#{version}")
Rake::Task['git:tag'].invoke("v#{version}")
Expand Down

0 comments on commit 58c3ca7

Please sign in to comment.