Skip to content

Commit cf0d402

Browse files
authored
Merge pull request #244 from rubygems/style-fix
Fix markdown heading formatting in release posts
2 parents 4109bcc + 5a0c794 commit cf0d402

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

_posts/2025-07-16-3.7.0-released.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ To update to the latest RubyGems you can run:
1414
To install RubyGems by hand see the [Download RubyGems][download] page.
1515

1616

17-
_### Security:_
17+
### Security:
1818

1919
* Update vendored resolv to 0.6.2. Pull request
2020
[#8831](https://github.com/rubygems/rubygems/pull/8831) by hsbt
2121

22-
_### Breaking changes:_
22+
### Breaking changes:
2323

2424
* Stop generating binstubs with support for RubyGems before 2.6.2. Pull
2525
request [#8833](https://github.com/rubygems/rubygems/pull/8833) by
2626
deivid-rodriguez
2727
* Drop support for Ruby 3.1. Pull request
2828
[#8634](https://github.com/rubygems/rubygems/pull/8634) by segiddins
2929

30-
_### Enhancements:_
30+
### Enhancements:
3131

3232
* Update SPDX license list as of 2025-07-01. Pull request
3333
[#8829](https://github.com/rubygems/rubygems/pull/8829) by
@@ -45,7 +45,7 @@ _### Enhancements:_
4545
[#8584](https://github.com/rubygems/rubygems/pull/8584) by segiddins
4646
* Installs bundler 2.7.0 as a default gem.
4747

48-
_### Bug fixes:_
48+
### Bug fixes:
4949

5050
* Fix signing HEAD and date formatting in S3 signer. Pull request
5151
[#8763](https://github.com/rubygems/rubygems/pull/8763) by rye-stripe
@@ -64,7 +64,7 @@ _### Bug fixes:_
6464
* Fix `--prerelease` flag to `gem install` sometimes not respected. Pull
6565
request [#8648](https://github.com/rubygems/rubygems/pull/8648) by ntl
6666

67-
_### Documentation:_
67+
### Documentation:
6868

6969
* Fix incorrect UPGRADING link in README.md. Pull request
7070
[#8838](https://github.com/rubygems/rubygems/pull/8838) by djbender

_posts/2025-07-21-3.7.1-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To update to the latest RubyGems you can run:
1414
To install RubyGems by hand see the [Download RubyGems][download] page.
1515

1616

17-
_### Enhancements:_
17+
### Enhancements:
1818

1919
* Fix regression in presence of RVM gems. Pull request
2020
[#8854](https://github.com/rubygems/rubygems/pull/8854) by
@@ -24,7 +24,7 @@ _### Enhancements:_
2424
deivid-rodriguez
2525
* Installs bundler 2.7.1 as a default gem.
2626

27-
_### Documentation:_
27+
### Documentation:
2828

2929
* Use mailto link in Code of Conduct. Pull request
3030
[#8849](https://github.com/rubygems/rubygems/pull/8849) by

_posts/2025-09-09-3.7.2-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To update to the latest RubyGems you can run:
1414
To install RubyGems by hand see the [Download RubyGems][download] page.
1515

1616

17-
_### Enhancements:_
17+
### Enhancements:
1818

1919
* `gem sources --prepend` and `--append` allow finer grained control of
2020
sources. Pull request
@@ -30,7 +30,7 @@ _### Enhancements:_
3030
folbricht-stripe
3131
* Installs bundler 2.7.2 as a default gem.
3232

33-
_### Bug fixes:_
33+
### Bug fixes:
3434

3535
* Fix "did you mean" suggestions for unknown commands. Pull request
3636
[#8948](https://github.com/rubygems/rubygems/pull/8948) by

_posts/2025-11-20-4.0.0.beta1-released.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ To update to the latest RubyGems you can run:
1414
To install RubyGems by hand see the [Download RubyGems][download] page.
1515

1616

17-
_### Security:_
17+
### Security:
1818

1919
* Bump up vendored URI to 1.0.4. Pull request
2020
[#9031](https://github.com/ruby/rubygems/pull/9031) by hsbt
2121

22-
_### Breaking changes:_
22+
### Breaking changes:
2323

2424
* Removed deprecated `-C` option from gem build. Pull request
2525
[#9088](https://github.com/ruby/rubygems/pull/9088) by hsbt
@@ -40,12 +40,12 @@ _### Breaking changes:_
4040
* Removed `compatibility.rb` for RG 4.0. Pull request
4141
[#8899](https://github.com/ruby/rubygems/pull/8899) by hsbt
4242

43-
_### Deprecations:_
43+
### Deprecations:
4444

4545
* Deprecate `Gem::Specification#datadir`. Pull request
4646
[#8900](https://github.com/ruby/rubygems/pull/8900) by hsbt
4747

48-
_### Features:_
48+
### Features:
4949

5050
* Undeprecate `Gem::Version.new(nil)`. Pull request
5151
[#9086](https://github.com/ruby/rubygems/pull/9086) by tenderlove
@@ -54,7 +54,7 @@ _### Features:_
5454
* Add pattern matching support to Gem::Platform. Pull request
5555
[#9062](https://github.com/ruby/rubygems/pull/9062) by baweaver
5656

57-
_### Performance:_
57+
### Performance:
5858

5959
* Remove some memoization. Pull request
6060
[#9017](https://github.com/ruby/rubygems/pull/9017) by tenderlove
@@ -69,7 +69,7 @@ _### Performance:_
6969
* Use File#chmod rather than FileUtils.chmod. Pull request
7070
[#8965](https://github.com/ruby/rubygems/pull/8965) by tenderlove
7171

72-
_### Enhancements:_
72+
### Enhancements:
7373

7474
* Update all vendored libraries to latest version. Pull request
7575
[#9089](https://github.com/ruby/rubygems/pull/9089) by hsbt
@@ -95,7 +95,7 @@ _### Enhancements:_
9595
request [#8879](https://github.com/ruby/rubygems/pull/8879) by ioquatix
9696
* Installs bundler 4.0.0.beta1 as a default gem.
9797

98-
_### Documentation:_
98+
### Documentation:
9999

100100
* [DOC] Fix the location of Gem::Deprecate document. Pull request
101101
[#9065](https://github.com/ruby/rubygems/pull/9065) by nobu

_posts/2025-11-26-4.0.0.beta2-released.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ To update to the latest Bundler you can run:
1919
## RubyGems Release Notes
2020

2121

22-
_### Deprecations:_
22+
### Deprecations:
2323

2424
* Deprecate comparing Gem::Version objects with strings. Pull request
2525
[#9085](https://github.com/ruby/rubygems/pull/9085) by tenderlove
2626

27-
_### Enhancements:_
27+
### Enhancements:
2828

2929
* Undeprecate Gem::Version#<=> against strings. Pull request
3030
[#9110](https://github.com/ruby/rubygems/pull/9110) by byroot
3131
* Installs bundler 4.0.0.beta2 as a default gem.
3232

33-
_### Bug fixes:_
33+
### Bug fixes:
3434

3535
* Respect `BUNDLE_VERSION` config at Gem::BundlerVersionFinder. Pull
3636
request [#9106](https://github.com/ruby/rubygems/pull/9106) by hsbt
@@ -39,22 +39,22 @@ _### Bug fixes:_
3939
## Bundler Release Notes
4040

4141

42-
_### Features:_
42+
### Features:
4343

4444
- Support bundle install --lockfile option [#9111](https://github.com/ruby/rubygems/pull/9111)
4545
- Add support for lockfile in Gemfile and bundle install --no-lock [#9059](https://github.com/ruby/rubygems/pull/9059)
4646

47-
_### Performance:_
47+
### Performance:
4848

4949
- Run git operations in parallel to speed things up: [#9100](https://github.com/ruby/rubygems/pull/9100)
5050

51-
_### Enhancements:_
51+
### Enhancements:
5252

5353
- Fixup GH-9085 [#9108](https://github.com/ruby/rubygems/pull/9108)
5454
- Add go_gem/rake_task for Go native extention gem skeleton [#9105](https://github.com/ruby/rubygems/pull/9105)
5555
- Keep legacy windows platform, not removed them [#9104](https://github.com/ruby/rubygems/pull/9104)
5656

57-
_### Bug fixes:_
57+
### Bug fixes:
5858

5959
- Check for file existence before deletion from cache [#9095](https://github.com/ruby/rubygems/pull/9095)
6060

0 commit comments

Comments
 (0)