Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 9, 2019
1 parent 5244f66 commit 7ce5567
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.86.0 (2019-10-09)

* bundle (but don't use) real thor to ensure we still get vulnerability notifications from github. [Micah Geisel]
* we don't need automatiek loaded to boot. [Micah Geisel]
* inline thor dependency. [Micah Geisel]
* CI: Use ruby 2.5.6, 2.6.4 in the matrix [Olle Jonsson]
* add wiki page with reason for not bundling to readme [David Dollar]
* CI: Use 2.4.6, 2.5.5, 2.6.3 [Olle Jonsson]
* update yard for GHSA-xfhh-rx56-rxcr [David Dollar]

## 0.85.0 (2018-06-18)

* updates rubies in travis - ensures only running with PID would be killed - updates dependencies; runs `codeclimate-test-reporter` after successful build - updates rubies for travis - squashes commits [LeFnord]
Expand Down
2 changes: 1 addition & 1 deletion man/foreman.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FOREMAN" "1" "March 2017" "Foreman 0.85.0" "Foreman Manual"
.TH "FOREMAN" "1" "July 2019" "Foreman 0.86.0" "Foreman Manual"
.
.SH "NAME"
\fBforeman\fR \- manage Procfile\-based applications
Expand Down
1 change: 1 addition & 0 deletions tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ desc "Generate a Changelog"
task :changelog do
while release = newer_release
entry = %x{ git show --format="%cd" #{release} | head -n 1 }
puts entry
date = Time.parse(entry.chomp).strftime("%Y-%m-%d")

message = "## #{release[1..-1]} (#{date})\n\n"
Expand Down

0 comments on commit 7ce5567

Please sign in to comment.