mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8f83351366
This patch adds support for automatically getting OTP codes from your YubiKey during release. You must have the `ykman` commandline tool installed, and have two accounts setup with the names `rubygems.org` and `npmjs.com`. For example, the output from `ykman oath accounts list` on my machine is this: ``` $ ykman oath accounts list npmjs.com:aaron.patterson@gmail.com rubygems.org:aaron.patterson@gmail.com ``` If you meet these conditions, you can do `rake release` without typing an OTP code for every gem. If no `ykman` tool is found on your system, this will just fall back to asking for an OTP code. |
||
---|---|---|
.. | ||
release.rb | ||
release_announcement_draft.erb |