Skip to content

Commit f808e26

Browse files
committed
Add semantic release configuration file
1 parent 8e63e61 commit f808e26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release.config.js renamed to release.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
/** @type {import('semantic-release').GlobalConfig} */
3-
const config = {
3+
export default {
44
repositoryUrl: "https://github.com/schematichq/taskonaut",
55
tagFormat: "v${version}",
66
branches: [
@@ -29,5 +29,3 @@ const config = {
2929
"@semantic-release/npm",
3030
],
3131
};
32-
33-
module.exports = config;

0 commit comments

Comments
 (0)