Skip to content

Commit

Permalink
ci: allow tag formats to be specified dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Feb 13, 2025
1 parent 85ba515 commit 670f99a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/eslint-config/release.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
const releaseConfig = require('@frontend-tools/release-config');

module.exports = releaseConfig;
module.exports = {
...releaseConfig,

// eslint-disable-next-line no-template-curly-in-string
tagFormat: '${version}',
};
2 changes: 0 additions & 2 deletions packages/release-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ module.exports = {
],
'@semantic-release/github',
],
// eslint-disable-next-line no-template-curly-in-string
// tagFormat: '${version}',
};

0 comments on commit 670f99a

Please sign in to comment.