Skip to content

Commit

Permalink
Add reissue to manage releases
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 1, 2024
1 parent 0dba045 commit 812d000
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ gem "debug"
gem "rake"
gem "minitest"
gem "simplecov"
gem "simplecov-json"
gem "simplecov-json"
gem "reissue"
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ GEM
json (2.6.3)
minitest (5.18.0)
rake (13.0.6)
reissue (0.1.7)
rake
reline (0.3.3)
io-console (~> 0.5)
simplecov (0.22.0)
Expand All @@ -29,13 +31,14 @@ GEM
simplecov_json_formatter (0.1.4)

PLATFORMS
ruby
arm64-darwin-23

DEPENDENCIES
chat_notifier!
debug
minitest
rake
reissue
simplecov
simplecov-json

Expand Down
9 changes: 8 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ task :self do
ENV["NOTIFY_APP_NAME"] = "Chat Notifier"
end

Rake::Task["test"].enhance(["self"])
Rake::Task["test"].enhance(["self"])

require "reissue/gem"

Reissue::Task.create :reissue do |task|
# Required: The file to update with the new version number.
task.version_file = "lib/chat_notifier/version.rb"
end

0 comments on commit 812d000

Please sign in to comment.