Skip to content

Commit 6e224d4

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-1
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ import yargs from 'yargs';
5656
gitTag: true,
5757
versionData: projectsVersionData,
5858
version: workspaceVersion,
59-
interactive: 'workspace',
6059
dryRun: true,
6160
verbose: options.verbose,
61+
firstRelease: options.firstRelease,
6262
});
6363

6464
await releasePublish({

0 commit comments

Comments
 (0)