We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
History.md
CHANGELOG.md
1 parent 67474b5 commit cc84689Copy full SHA for cc84689
History.md CHANGELOG.mdHistory.md renamed to CHANGELOG.md
CONTRIBUTING.md
@@ -6,7 +6,7 @@ This document is intended for the rake-compiler-dock contributors.
6
7
- prep
8
- [ ] make sure CI is green!
9
- - [ ] update `History.md` and `lib/rake_compiler_dock/version.rb`
+ - [ ] update `CHANGELOG.md` and `lib/rake_compiler_dock/version.rb`
10
- [ ] commit and create a git tag
11
- option 1: build locally
12
- build
build/gem_helper.rb
@@ -13,7 +13,7 @@ def install
13
end
14
15
def hfile
16
- "History.md"
+ "CHANGELOG.md"
17
18
19
def headline
0 commit comments