We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5494011 commit f7bef52Copy full SHA for f7bef52
script/update-docs.rb
@@ -643,7 +643,7 @@ def local_index_doc(index_fun)
643
if gettags
644
# find all tags
645
tags = `git tag -l --sort=version:refname 'v[12]*'`.strip.split("\n")
646
- tags = tags.grep(/v\d([.\d])+$/) # just get release tags
+ tags = tags.grep(/v\d([.\d])+(-rc\d)?$/) # just get release and RC tags
647
if tagname
648
tags = tags.select { |t| t == tagname }
649
end
0 commit comments