Skip to content

Commit

Permalink
Add github_changelog_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 1, 2023
1 parent 3cd897e commit 85cac7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec

gem "github_changelog_generator", "~> 1.16"
11 changes: 11 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ Rake::TestTask.new(:test) do |t|
end

task default: :test

require "github_changelog_generator/task"
require "alchemy/sentry/version"

namespace :changelog do
GitHubChangelogGenerator::RakeTask.new :update do |config|
config.user = "AlchemyCMS"
config.project = "alchemy-sentry"
config.future_release = "v#{Alchemy::Sentry::VERSION}"
end
end

0 comments on commit 85cac7e

Please sign in to comment.