Skip to content

Commit bc1b2d7

Browse files
committed
add copyright-year to biblio_cutoff determination: #773
1 parent 3dbba72 commit bc1b2d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/metanorma/converter/init.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ def init_bib_log
196196
def biblio_cutoff(node)
197197
dates = %w(revdate published-date accessed-date created-date
198198
implemented-date confirmed-date updated-date issued-date
199-
circulated-date unchanged-date).each_with_object([]) do |k, m|
199+
circulated-date unchanged-date copyright-year)
200+
.each_with_object([]) do |k, m|
200201
date = node.attr(k) or next
201202
m << date
202203
end

0 commit comments

Comments
 (0)