Skip to content

Commit

Permalink
chore(ci): tagging script
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 28, 2024
1 parent 5f96a4d commit caea001
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tag-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { execSync } from 'node:child_process';
import { consola } from 'consola';

try {
consola.info(`🔖 Tagging release v${version}`);
execSync(`git tag v${version}`);
consola.success(` Tagged release v${version}`);
consola.success(`🔖 Tagged release v${version}`);
} catch (error) {
consola.error(`❌ Failed to tag release v${version}`);
consola.error(error);
Expand Down

0 comments on commit caea001

Please sign in to comment.