-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace whats_new template in HAML with Markdown (#1052)
Signed-off-by: Takuya Noguchi <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# What's New in v<%= version %> | ||
|
||
The [Bundler <%= version %> announcement](/blog/<%= date_slug %>/bundler-v<%= version_slug %>.html) | ||
includes context and a more detailed explanation of the changes in this version. | ||
This is a summary of the biggest changes. As always, a detailed list of every change is provided in | ||
[the changelog](https://github.com/rubygems/rubygems/blob/<%= rubygems_version %>/bundler/CHANGELOG.md). | ||
|
||
## BIG NEW THING | ||
|
||
THE BIG NEW THING DOES COOL NEW STUFF. | ||
|
||
Bundler <%= version %> also includes: | ||
|
||
- SMALL NEW THING FIXES A PROBLEM | ||
|
||
<a href="https://github.com/rubygems/rubygems/blob/<%= rubygems_version %>/bundler/CHANGELOG.md" class="btn btn-primary">Full <%= version %> changelog</a> |