Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into add-rubygems-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mterada1228 committed Oct 31, 2024
2 parents f374b1d + d581cc5 commit a6cddd8
Show file tree
Hide file tree
Showing 27 changed files with 739 additions and 411 deletions.
16 changes: 16 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# release.yml

changelog:
categories:
- title: ✨ Enhancements
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📚 Documentation
labels:
- documentation
- title: 🛠 Other Changes
labels:
- "*"
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
RDOC_USE_PRISM_PARSER: true
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
run: bundle exec rake rdoc
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
run: bundle exec rake install
lint:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions ExampleMarkdown.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Example Markdown

This document contains example output to show RDoc styling. This file was
created from a Markdown file.

Expand Down
2 changes: 2 additions & 0 deletions ExampleRDoc.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= Example \RDoc

This document contains example output to show RDoc styling. This file was
created from a RDoc Markup file.

Expand Down
Loading

0 comments on commit a6cddd8

Please sign in to comment.