Skip to content

Commit a6cddd8

Browse files
committed
Merge remote-tracking branch 'upstream/master' into add-rubygems-hook
2 parents f374b1d + d581cc5 commit a6cddd8

27 files changed

+739
-411
lines changed

.github/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: ✨ Enhancements
6+
labels:
7+
- enhancement
8+
- title: 🐛 Bug Fixes
9+
labels:
10+
- bug
11+
- title: 📚 Documentation
12+
labels:
13+
- documentation
14+
- title: 🛠 Other Changes
15+
labels:
16+
- "*"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
RDOC_USE_PRISM_PARSER: true
5454
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
5555
run: bundle exec rake rdoc
56+
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
57+
run: bundle exec rake install
5658
lint:
5759
runs-on: ubuntu-latest
5860
steps:

ExampleMarkdown.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Example Markdown
2+
13
This document contains example output to show RDoc styling. This file was
24
created from a Markdown file.
35

ExampleRDoc.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
= Example \RDoc
2+
13
This document contains example output to show RDoc styling. This file was
24
created from a RDoc Markup file.
35

0 commit comments

Comments
 (0)