Skip to content

Commit 1369706

Browse files
committed
build: copy SECURITY.md file to standalone repos
1 parent 10d5813 commit 1369706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var CLI_INSTALLATION_SECTION = [
131131
].join( '\n' );
132132

133133
var mainDir = join( __dirname, '..', '..', '..', '..', '..' );
134-
var DOTFILES = [ '.editorconfig', '.gitignore', '.gitattributes', '.npmrc', 'CONTRIBUTORS', 'NOTICE', 'CITATION.cff' ];
134+
var DOTFILES = [ '.editorconfig', '.gitignore', '.gitattributes', '.npmrc', 'CONTRIBUTORS', 'NOTICE', 'CITATION.cff', 'SECURITY.md' ];
135135

136136
var WORKFLOW_CLOSE_PULLS = [
137137
'#/',

0 commit comments

Comments
 (0)