Skip to content

Commit

Permalink
Update release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Oct 22, 2024
1 parent 76d2d1e commit 9bed3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
tagFormat: 'v${version}',
repositoryUrl:
// TODO: Update this to your repository URL
'https://github.com/mparticle-integrations/mparticle-javascript-integration-example',
'https://github.com/mparticle-integrations/mparticle-javascript-integration-id5',
plugins: [
[
'@semantic-release/commit-analyzer',
Expand Down Expand Up @@ -46,7 +46,7 @@ module.exports = {
'@semantic-release/github',
// TODO: Update this to your kit name
{
assets: ['dist/XYZ-kit.common.js', 'dist/XYZ-kit.iife.js'],
assets: ['dist/XYZ-kit.common.js', 'dist/ID5kit.iife.js'],
},
],
[
Expand Down

0 comments on commit 9bed3ec

Please sign in to comment.