rails--rails/tasks
Aaron Patterson 8f83351366
Add support for YubiKey OTP codes during release
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.
2021-12-14 12:48:01 -08:00
..
release.rb Add support for YubiKey OTP codes during release 2021-12-14 12:48:01 -08:00
release_announcement_draft.erb Fix announce script 2019-03-22 00:05:10 -04:00