Release version 1.4.1
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -11,8 +11,8 @@ if Rails.env.development?
|
||||
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
||||
config.user = "consul"
|
||||
config.project = "consul"
|
||||
config.since_tag = "1.3.1"
|
||||
config.future_release = "1.4.0"
|
||||
config.since_tag = "1.4.0"
|
||||
config.future_release = "1.4.1"
|
||||
config.base = "#{Rails.root}/CHANGELOG.md"
|
||||
config.token = Rails.application.secrets.github_changelog_token
|
||||
config.issues = false
|
||||
|
||||
Reference in New Issue
Block a user