Skip to content

Commit

Permalink
fix: update release.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Oct 28, 2024
1 parent 08b99f9 commit 859b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
prerelease: "fix-${name.split('/').slice(1).join('-').toLowerCase().replaceAll('_', '-')}",
},
],
tagFormat: 'v${version}-${branch}',
tagFormat: 'v${version}-${branch.name}',
repositoryUrl: 'https://github.com/mParticle/aquarium',
plugins: [
[
Expand Down

0 comments on commit 859b3bb

Please sign in to comment.