Skip to content

Commit cc84689

Browse files
committed
Rename History.md to CHANGELOG.md which is more common
1 parent 67474b5 commit cc84689

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document is intended for the rake-compiler-dock contributors.
66

77
- prep
88
- [ ] make sure CI is green!
9-
- [ ] update `History.md` and `lib/rake_compiler_dock/version.rb`
9+
- [ ] update `CHANGELOG.md` and `lib/rake_compiler_dock/version.rb`
1010
- [ ] commit and create a git tag
1111
- option 1: build locally
1212
- build

build/gem_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def install
1313
end
1414

1515
def hfile
16-
"History.md"
16+
"CHANGELOG.md"
1717
end
1818

1919
def headline

0 commit comments

Comments
 (0)