Skip to content

Commit

Permalink
Add semantic release configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdio committed Jan 24, 2025
1 parent 8e63e61 commit f808e26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.config.js → release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
/** @type {import('semantic-release').GlobalConfig} */
const config = {
export default {
repositoryUrl: "https://github.com/schematichq/taskonaut",
tagFormat: "v${version}",
branches: [
Expand Down Expand Up @@ -29,5 +29,3 @@ const config = {
"@semantic-release/npm",
],
};

module.exports = config;

0 comments on commit f808e26

Please sign in to comment.