Skip to content

Commit 6549a54

Browse files
committed
Use current year for README.md copyright
1 parent 896a9d4 commit 6549a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ var topics = setTopics.factory( {
6969
'token': ENV.GITHUB_TOKEN
7070
}, onTopics );
7171

72+
var currentYear = new Date().getFullYear();
73+
7274
var INSTALLATION_SECTION = [
7375
'<section class="installation">',
7476
'',
@@ -238,7 +240,7 @@ function mainRepoSection( customLicense ) {
238240
'',
239241
'## Copyright',
240242
'',
241-
'Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].',
243+
'Copyright &copy; 2016-'+currentYear+'. The Stdlib [Authors][stdlib-authors].',
242244
'',
243245
'</section>',
244246
'',

0 commit comments

Comments
 (0)