Skip to content

Commit f525eca

Browse files
committed
chore(repo): ensure first release gets set for changelog creation
1 parent 8e2a44a commit f525eca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
49+
fetch-tags: 'true'
4950

5051
- name: Setup pnpm
5152
uses: pnpm/action-setup@v4

Diff for: tools/scripts/release.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import yargs from 'yargs';
5959
interactive: 'workspace',
6060
dryRun: true,
6161
verbose: options.verbose,
62+
firstRelease: options.firstRelease,
6263
});
6364

6465
await releasePublish({

0 commit comments

Comments
 (0)