Skip to content

Commit

Permalink
test: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
raineworks committed Aug 4, 2024
1 parent eb76638 commit 8c6d13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/release-it/.release-it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
git: {
push: true,
tagName: `${packageName}-v${version}`,
pushRepo: 'git@github.com:raine-works/turbo-cache.git',
pushRepo: 'https://github.com/raine-works/turbo-cache.git',
commitsPath: '.',
commitMessage: `feat(${scope}): released version v${version} [no ci]`,
requireCommits: true,
Expand Down

0 comments on commit 8c6d13b

Please sign in to comment.