Skip to content

Commit a338031

Browse files
authored
Auto-generated tagline (#12)
1 parent 49b4fec commit a338031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function createModTs (): Promise<void> {
8383
}
8484
}
8585

86-
await Deno.writeTextFile('mod.ts', `// Copyright 2017-${new Date().getFullYear()} @polkadot/deno authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n${imports.sort().join('\n')}\n`);
86+
await Deno.writeTextFile('mod.ts', `// Copyright 2017-${new Date().getFullYear()} @polkadot/deno authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n// auto-generated via ci-release.ts, do not edit\n\n${imports.sort().join('\n')}\n`);
8787
}
8888

8989
const version = await getVersion();

0 commit comments

Comments
 (0)