Skip to content

Commit

Permalink
fix: release.config.js should use esm (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 7, 2023
1 parent e0031d4 commit 3e58aba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
const config = {
branches: ['main'],
// eslint-disable-next-line no-template-curly-in-string
tagFormat: '${version}',
};

// eslint-disable-next-line import/no-default-export
export default config;

0 comments on commit 3e58aba

Please sign in to comment.