This repository is automation tool for ruby workflows.
- Documentation :)
Documentation for release managers
See https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReleaseJa
- Open https://github.com/ruby/actions/actions/workflows/snapshot-master.yml or
snapshot-ruby_X_Y
- Click
Run workflow
(right ofThis workflow has a workflow_dispatch event trigger.
) - DO NOT CHANGE: Use workflow from Branch:
master
means ruby/actions's master branch - Input diff URL to
Patch URL:
(for example: https://patch-diff.githubusercontent.com/raw/ruby/ruby/pull/4369.diff (redirect from https://github.com/raw/ruby/ruby/pull/4369.diff)) (Workflow downloads it and uses bygit apply
) - Click
Run workflow