Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Feb 1, 2023
1 parent e95fbc6 commit 68f6e11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ Rake::TestTask.new(:test) do |t|
end

task default: :test

require "github_changelog_generator/task"
require "alchemy/bugsnag/version"
GitHubChangelogGenerator::RakeTask.new(:changelog) do |config|
config.user = "AlchemyCMS"
config.project = "alchemy-bugsnag"
config.future_release = "v#{Alchemy::Bugsnag::VERSION}"
end
2 changes: 2 additions & 0 deletions alchemy-bugsnag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "alchemy_cms", ">= 4.6.7", "< 7"
spec.add_dependency "bugsnag", "~> 6.0"

spec.add_development_dependency "github_changelog_generator"
end
2 changes: 1 addition & 1 deletion lib/alchemy/bugsnag/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Bugsnag
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end

0 comments on commit 68f6e11

Please sign in to comment.