Skip to content

Commit

Permalink
fix: template
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 11, 2024
1 parent babbedb commit 5128b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function resolvePluginConfig(userConfig: UserConfig, context: VerifyCondi
throw new Error('GITLAB_TOKEN or GITLAB_ACCESS_TOKEN env is required');
}
const assets = userConfig.assets || [];
const commitTitle = userConfig.commitTitle || 'chore(release): ${nextRelease.version} [skip ci]';
const commitTitle = userConfig.commitTitle || 'chore(release): ${nextRelease.name} [skip ci]';

const pluginConfig: PluginConfig = {
gitlabBaseUrl: urlJoin(gitlabUrl, 'api/v4', 'projects', projectId),
Expand Down

0 comments on commit 5128b3b

Please sign in to comment.