Skip to content

Commit

Permalink
Fix incorrect setting name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 10, 2024
1 parent 21ad168 commit e11747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Reissue::Task.create :your_name_and_namespace do |task|
task.version_limit = 5

# Optional: A Proc to format the version number. Receives a Gem::Version object, and segment.
task.format_version = ->(version, segment) do
task.version_redo_proc = ->(version, segment) do
# your special versioning logic
end

Expand Down

0 comments on commit e11747f

Please sign in to comment.